From c3148091b5adfde56ebb18898c3b44dfc8d38eb2 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 16 十一月 2023 10:04:43 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/zs-mes-before --- src/views/basic/staff/index.vue | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/views/basic/staff/index.vue b/src/views/basic/staff/index.vue index b9a98fd..67aa78d 100644 --- a/src/views/basic/staff/index.vue +++ b/src/views/basic/staff/index.vue @@ -38,8 +38,8 @@ multipleSelection: [], uploadInfo: { // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl - isShow: false, - url: '' + isShow: true, + url: '/mes/staff/upload' }, prelang: 'operation', options: { @@ -103,6 +103,24 @@ return formatVal } }, + { + minWidth: '120', + prop: 'companyName', + label: '鍏徃', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + { + minWidth: '120', + prop: 'factoryName', + label: '宸ュ巶', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, // 閮ㄩ棬 { minWidth: '120', -- Gitblit v1.9.3