给全部单据增加列设置的功能

This commit is contained in:
季圣华
2023-08-09 00:18:00 +08:00
parent 705bb3273b
commit 28a2610b16
14 changed files with 447 additions and 50 deletions

View File

@@ -16,6 +16,10 @@ export const BillListMixin = {
retailList: [],
userList: [],
accountList: [],
// 实际索引
settingDataIndex:[],
// 实际列
columns:[],
}
},
computed: {
@@ -33,6 +37,7 @@ export const BillListMixin = {
}
},
created() {
this.initColumnsSetting()
},
methods: {
myHandleAdd() {