From 24fc98301c0b38a76b7d5aa704fe79a2e385e584 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期三, 29 十一月 2023 14:20:41 +0800 Subject: [PATCH] feat: 1、物品分发部门查询 2、分发新增数量校验 --- admin-web/src/views/systemSetting/department/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin-web/src/views/systemSetting/department/index.vue b/admin-web/src/views/systemSetting/department/index.vue index 9544286..41c30b7 100644 --- a/admin-web/src/views/systemSetting/department/index.vue +++ b/admin-web/src/views/systemSetting/department/index.vue @@ -129,15 +129,15 @@ }, // 鍒椾俊鎭� columns: [ - { title: '缂栧彿', field: 'code', align: 'center', width: '100px' }, - { title: '閮ㄩ棬', field: 'name', align: 'left' }, - { title: '椤哄簭鍙�', field: 'orderNum', align: 'left' }, - { title: '澶囨敞', field: 'remark', align: 'left', width: '200px' }, + { title: '缂栧彿', field: 'code', align: 'center', width: 80 }, + { title: '閮ㄩ棬', field: 'name', align: 'left', minWidth: 200 }, + { title: '椤哄簭鍙�', field: 'orderNum', align: 'center', width: 100 }, + { title: '澶囨敞', field: 'remark', align: 'left', minWidth: 200 }, { title: '鐘舵��', field: 'status', align: 'center', - width: '180px', + width: 100, formatter: (row) => { return { value: row.status === 0 ? '鍚敤' : '绂佺敤' }; }, @@ -145,7 +145,7 @@ ], // 鎿嶄綔淇℃伅 operation: { - width: 150, + width: 100, align: 'center', show: true, // 鏄剧ず鎿嶄綔鍒� attr: [ -- Gitblit v1.9.1