From d3ab7228132945d2e500503df9151a41f3dfd0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 30 Oct 2023 16:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/disposition/tableColumns.ts | 28 ++++----------------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/src/utils/disposition/tableColumns.ts b/src/utils/disposition/tableColumns.ts index 6fd8a3295..3e5471031 100644 --- a/src/utils/disposition/tableColumns.ts +++ b/src/utils/disposition/tableColumns.ts @@ -29625,10 +29625,6 @@ export const IssueRecordDetail = useCrudSchemas(reactive([ table: { width: 150 }, - sort: 'custom', - table: { - width: 150 - }, }, { label: '计量单位', @@ -31241,10 +31237,6 @@ export const OnlinesettlementRequestMain = useCrudSchemas(reactive table: { width: 180 }, - sort: 'custom', - table: { - width: 150 - }, }, { label: '截止时间', @@ -31257,10 +31249,6 @@ export const OnlinesettlementRequestMain = useCrudSchemas(reactive table: { width: 180 }, - sort: 'custom', - table: { - width: 150 - }, }, { label: '部门', @@ -31293,10 +31281,6 @@ export const OnlinesettlementRequestMain = useCrudSchemas(reactive table: { width: 180 }, - sort: 'custom', - table: { - width: 150 - }, }, { label: '最后更新者', @@ -31341,10 +31325,6 @@ export const OnlinesettlementRequestMain = useCrudSchemas(reactive table: { width: 180 }, - sort: 'custom', - table: { - width: 150 - }, }, { label: '创建者', @@ -31662,7 +31642,7 @@ export const OnlinesettlementRequestDetail = useCrudSchemas(reactive([ }, { label: '优先级', - field: 'priority' + field: 'priority', form: { component: 'InputNumber', }, @@ -42542,7 +42522,7 @@ export const ProductscrapJobMain = useCrudSchemas(reactive([ }, { label: '优先级增量', - field: 'priorityIncrement' + field: 'priorityIncrement', form: { component: 'InputNumber', }, @@ -44659,7 +44639,7 @@ export const ProductputawayJobMain = useCrudSchemas(reactive([ dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', isSearch: true, - isTable: true + isTable: true, sort: 'custom', table: { width: 150