diff --git a/src/pages/Middle/Base/BaseCompany/list.vue b/src/pages/Middle/Base/BaseCompany/list.vue index 6b1d257..3bf9d51 100644 --- a/src/pages/Middle/Base/BaseCompany/list.vue +++ b/src/pages/Middle/Base/BaseCompany/list.vue @@ -161,7 +161,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { slots: { default: 'logo' }, width: 120, sortable: true, title: '公司Logo', showHeaderOverflow: true }, // logo 自定义列 { field: 'title', sortable: true, title: '公司名称', width: 250 }, // 公司名称 // 将 auth_stop_date 时间戵转换为日期格式 diff --git a/src/pages/Middle/Mes/MesBom/MesBom/List.vue b/src/pages/Middle/Mes/MesBom/MesBom/List.vue index 006eb68..309c9b8 100644 --- a/src/pages/Middle/Mes/MesBom/MesBom/List.vue +++ b/src/pages/Middle/Mes/MesBom/MesBom/List.vue @@ -345,7 +345,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesCeramicsMaterialClassification/MesCeramicsMaterialClassification/List.vue b/src/pages/Middle/Mes/MesCeramicsMaterialClassification/MesCeramicsMaterialClassification/List.vue index 973ff30..ad73287 100644 --- a/src/pages/Middle/Mes/MesCeramicsMaterialClassification/MesCeramicsMaterialClassification/List.vue +++ b/src/pages/Middle/Mes/MesCeramicsMaterialClassification/MesCeramicsMaterialClassification/List.vue @@ -106,7 +106,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesMaterials/MesMaterials/List.vue b/src/pages/Middle/Mes/MesMaterials/MesMaterials/List.vue index 9926a9d..7d06d48 100644 --- a/src/pages/Middle/Mes/MesMaterials/MesMaterials/List.vue +++ b/src/pages/Middle/Mes/MesMaterials/MesMaterials/List.vue @@ -100,7 +100,7 @@ export default { columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesMaterials/MesMaterials/index.vue b/src/pages/Middle/Mes/MesMaterials/MesMaterials/index.vue index e23d0e7..ad20973 100644 --- a/src/pages/Middle/Mes/MesMaterials/MesMaterials/index.vue +++ b/src/pages/Middle/Mes/MesMaterials/MesMaterials/index.vue @@ -332,7 +332,7 @@ export default { columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesProcesses/MesProcesses/List.vue b/src/pages/Middle/Mes/MesProcesses/MesProcesses/List.vue index 642da48..3606eac 100644 --- a/src/pages/Middle/Mes/MesProcesses/MesProcesses/List.vue +++ b/src/pages/Middle/Mes/MesProcesses/MesProcesses/List.vue @@ -247,7 +247,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesProductCustomAttribute/MesProductCustomAttribute/List.vue b/src/pages/Middle/Mes/MesProductCustomAttribute/MesProductCustomAttribute/List.vue index cd160ea..cf34791 100644 --- a/src/pages/Middle/Mes/MesProductCustomAttribute/MesProductCustomAttribute/List.vue +++ b/src/pages/Middle/Mes/MesProductCustomAttribute/MesProductCustomAttribute/List.vue @@ -198,7 +198,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesProductionOrder/Batch/List.vue b/src/pages/Middle/Mes/MesProductionOrder/Batch/List.vue index 9832d73..d2cf1f3 100644 --- a/src/pages/Middle/Mes/MesProductionOrder/Batch/List.vue +++ b/src/pages/Middle/Mes/MesProductionOrder/Batch/List.vue @@ -88,7 +88,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesStaff/MesStaff/List.vue b/src/pages/Middle/Mes/MesStaff/MesStaff/List.vue index ecbde0f..abb3bf4 100644 --- a/src/pages/Middle/Mes/MesStaff/MesStaff/List.vue +++ b/src/pages/Middle/Mes/MesStaff/MesStaff/List.vue @@ -130,7 +130,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 { title: '操作', slots: { default: 'op' }, width: 120 }, diff --git a/src/pages/Middle/Mes/MesUnit/MesUnitLog/List.vue b/src/pages/Middle/Mes/MesUnit/MesUnitLog/List.vue index 7f66549..8062aba 100644 --- a/src/pages/Middle/Mes/MesUnit/MesUnitLog/List.vue +++ b/src/pages/Middle/Mes/MesUnit/MesUnitLog/List.vue @@ -148,7 +148,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/Mes/MesUnit/MesUnitSettings/List.vue b/src/pages/Middle/Mes/MesUnit/MesUnitSettings/List.vue index 45b692a..86322f2 100644 --- a/src/pages/Middle/Mes/MesUnit/MesUnitSettings/List.vue +++ b/src/pages/Middle/Mes/MesUnit/MesUnitSettings/List.vue @@ -148,7 +148,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/Mes/MesWarehouse/MesWarehouse/List.vue b/src/pages/Middle/Mes/MesWarehouse/MesWarehouse/List.vue index 349033e..18e4568 100644 --- a/src/pages/Middle/Mes/MesWarehouse/MesWarehouse/List.vue +++ b/src/pages/Middle/Mes/MesWarehouse/MesWarehouse/List.vue @@ -106,7 +106,7 @@ export default { columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/List.vue b/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/List.vue index dd238d1..e2b78ba 100644 --- a/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/List.vue +++ b/src/pages/Middle/bathroom/BathroomBanding/BathroomBanding/List.vue @@ -159,7 +159,7 @@ export default { { type: 'checkbox', width: 50 }, // 多选框 { title: '操作', slots: { default: 'op' }, width: 120 }, - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingLog/List.vue b/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingLog/List.vue index effcc2a..4f8dffe 100644 --- a/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingLog/List.vue +++ b/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingLog/List.vue @@ -149,7 +149,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingSettings/List.vue b/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingSettings/List.vue index 2b6e69a..0332adc 100644 --- a/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingSettings/List.vue +++ b/src/pages/Middle/bathroom/BathroomBanding/BathroomBandingSettings/List.vue @@ -149,7 +149,7 @@ export default { // 表格列配置 columns: [ { type: 'checkbox', width: 50 }, // 多选框 - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== diff --git a/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/List.vue b/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/List.vue index 671a695..66397c1 100644 --- a/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/List.vue +++ b/src/pages/Middle/bathroom/BathroomFittings/BathroomFittings/List.vue @@ -30,7 +30,7 @@
- + @@ -158,7 +158,7 @@ export default { columns: [ { type: 'checkbox', width: 50 }, // 多选框+ { title: '操作', slots: { default: 'op' }, width: 120 }, - { type: 'seq', width: 30 }, // 序号 + { type: 'seq', width: 'auto' }, // 序号 // =============================== 表格列 自动生成 Start =============================== @@ -347,6 +347,7 @@ export default {