Commit 0c52d215 authored by Z's avatar Z

Z: Hot: useless folder del.

parent 05d53f55
...@@ -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