Commit 17e52b9e authored by xd's avatar xd

Merge branch 'master' of http://114.67.93.201/xulili/ybf

parents e575411d 0c52d215
......@@ -173,7 +173,7 @@ export default {
date: "",
keys: ""
},
page:{
page: {
nowPageNum: 4
}
}
......@@ -183,13 +183,13 @@ export default {
methods: {
listPick() {},
testButtonClick() {},
pagesSizeChange(){},
pagesNowPageChange(){},
setListsHeadStyle({ row, column, rowIndex, columnIndex }){
if(rowIndex === 0){
return 'background-color: #0B0F32; border-right: 1px solid white;color: white;'
} else{
return ''
pagesSizeChange() {},
pagesNowPageChange() {},
setListsHeadStyle({ row, column, rowIndex, columnIndex }) {
if (rowIndex === 0) {
return "background-color: #0B0F32; border-right: 1px solid white;color: white;";
} else {
return "";
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment