gaoluyang
2024-07-31 cadcd82dce38da5f999b77af9a2cdf4a35324e01
检测中心-表格排序修改
已修改3个文件
12 ■■■■■ 文件已修改
src/components/view/a5-capacity-scope.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-laboratory-management.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-laboratory-qualifications.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/a5-capacity-scope.vue
@@ -265,7 +265,8 @@
            'unit', 'method', 'manDay', 'templateId'
          ],
          accept: '.xlsx',
          inputType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
          inputType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
          needSort: ['createTime', 'updateTime', 'inspectionItem', 'inspectionItemSubclass', 'sample'],
        },
        testObjectData: {
          entity: {
@@ -305,7 +306,8 @@
            }
          },
          requiredAdd: ['specimenName', 'code', 'laboratoryId'],
          requiredUp: ['specimenName', 'code', 'laboratoryId']
          requiredUp: ['specimenName', 'code', 'laboratoryId'],
          needSort: ['createTime', 'updateTime', 'specimenName'],
        },
        itemParameterEntityCopy: {},
        testObjectDataEntityCopy: {},
src/components/view/a5-laboratory-management.vue
@@ -199,7 +199,8 @@
                    },
                    selectField: {},
                    requiredAdd: ['laboratoryName', 'laboratoryNumber', 'head', 'phoneNumber'],
                    requiredUp: ['laboratoryName', 'laboratoryNumber', 'head', 'phoneNumber']
                    requiredUp: ['laboratoryName', 'laboratoryNumber', 'head', 'phoneNumber'],
          needSort: ['laboratoryName', 'createTime'],
                },
        fileComponentData: {
                    entity: {
src/components/view/a5-laboratory-qualifications.vue
@@ -305,7 +305,8 @@
                        },
                    },
                    requiredAdd: [],
                    requiredUp: []
                    requiredUp: [],
          needSort: ['firstIssuanceDate', 'latestIssuanceDate', 'expireTime', 'name'],
                },
                itemParameterEntityCopy: {},
                upIndex: 0,