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 { ...@@ -173,7 +173,7 @@ export default {
date: "", date: "",
keys: "" keys: ""
}, },
page:{ page: {
nowPageNum: 4 nowPageNum: 4
} }
} }
...@@ -183,13 +183,13 @@ export default { ...@@ -183,13 +183,13 @@ export default {
methods: { methods: {
listPick() {}, listPick() {},
testButtonClick() {}, testButtonClick() {},
pagesSizeChange(){}, pagesSizeChange() {},
pagesNowPageChange(){}, pagesNowPageChange() {},
setListsHeadStyle({ row, column, rowIndex, columnIndex }){ setListsHeadStyle({ row, column, rowIndex, columnIndex }) {
if(rowIndex === 0){ if (rowIndex === 0) {
return 'background-color: #0B0F32; border-right: 1px solid white;color: white;' return "background-color: #0B0F32; border-right: 1px solid white;color: white;";
} else{ } else {
return '' 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