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