虚拟清单自定义表头

This commit is contained in:
zyx.net
2023-02-03 11:23:43 +08:00
parent e5a2b3df4a
commit 6bbe9b2fd7
2 changed files with 732 additions and 210 deletions
File diff suppressed because it is too large Load Diff
@@ -869,7 +869,6 @@
isDisplay: true,
selectedRowKeys: [],
visible: false,
customizevisible: false,
formInline: {},
rules: {
inventoryAffirmDueDate: [
@@ -891,6 +890,7 @@
fileTitle: '',
parkingList: [],
indeterminate: false,
customizevisible: false,
checkAll: false,
disabled:false,
checkedList: ['serialNumber','title','operation'],
@@ -1405,11 +1405,6 @@
// if (this.$route.query.studioEngineer == this.userInfo().id) {
this.JLoading = true
this.getHeader()
this.customizeList.forEach(item => {
if(item.field == 'serialNumber' || item.field == 'title' || item.field == 'operation'){
this.disabled = true
}
})
// this.getAndUserId()
this.getRoleByUserId(() => {
this.getAndUserId()