From 789bd1e36e88e09a45fa24fa1569330ada4c45b7 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 10 十一月 2023 17:40:43 +0800 Subject: [PATCH] modified: src/views/common/param-mergeTemplate.vue modified: src/views/technology/routing/routing-form.vue --- 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