Commit 0c52d215 authored by Z's avatar Z

Z: Hot: useless folder del.

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