gaoluyang
2024-07-31 3b3ebfdcdc23017e22387b86b290a3648384c712
检测中心-表格排序修改
已修改3个文件
7 ■■■■ 文件已修改
src/components/view/a6-device-management.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a6-standard-material-list.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a7-standard-method.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a6-device-management.vue
@@ -529,7 +529,8 @@
            }
                    },
                    requiredAdd: [],
                    requiredUp: []
                    requiredUp: [],
          needSort: ['deviceName', 'acquisitionDate', 'activationDate', 'lastCalibrationDate', 'nextCalibrationDate', 'deviceStatus'],
                },
                entityCopy: {},
                upIndex: 0,
src/components/view/a6-standard-material-list.vue
@@ -109,7 +109,8 @@
          tagField: [],
          selectField: [],
          requiredAdd: ['model','sample',],
          requiredUp: []
          requiredUp: [],
          needSort: ['sample'],
        },
        entityCopy: {},
        upIndex: 0,
src/components/view/a7-standard-method.vue
@@ -170,6 +170,7 @@
          requiredAdd: ['code', 'name', 'isProduct', 'isUse', 'nameEn'],
          requiredUp: ['code', 'name', 'isProduct', 'isUse', 'nameEn'],
          accept: '.xlsx',
          needSort: ['createTime', 'updateTime', 'field'],
          inputType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
        },
        entityCopy: {},