From 942d6240c9dfa22c7d986ba6933b5a6661cc5a2c Mon Sep 17 00:00:00 2001 From: yangxiao <3261756395@qq.com> Date: Sun, 4 Jan 2026 15:30:25 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E4=BF=AE=E6=94=B9=E5=85=A8=E8=81=8C?= =?UTF-8?q?=E5=B2=97=E4=BD=8D=E5=BD=95=E5=85=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/station/mainList.vue | 56 +++++++++---------- src/views/tenant/works/Dialog/CopyMission.vue | 13 +++-- src/views/util/post-view.vue | 10 ++++ 3 files changed, 46 insertions(+), 33 deletions(-) diff --git a/src/views/manage/station/mainList.vue b/src/views/manage/station/mainList.vue index e92c122..c0edf4c 100644 --- a/src/views/manage/station/mainList.vue +++ b/src/views/manage/station/mainList.vue @@ -202,23 +202,23 @@ export default { dialogType: "drawer", dialogFullscreen: true, column: [ - { - label: "所属机构", - prop: "deptId", - type: "tree", - multiple: false, - dicData: this.depTree, - props: { - label: "title", - value: 'value' - }, - checkStrictly: true, - search: true, - span: 20, - hide: true, - searchLabelWidth: 80, - searchSpan: 6, - }, + // { + // label: "所属机构", + // prop: "deptId", + // type: "tree", + // multiple: false, + // dicData: this.depTree, + // props: { + // label: "title", + // value: 'value' + // }, + // checkStrictly: true, + // search: true, + // span: 20, + // hide: true, + // searchLabelWidth: 80, + // searchSpan: 6, + // }, { label: "用工单位", prop: "comname", @@ -284,13 +284,13 @@ export default { display: true, size: "small", prop: "masterName", - rules: [ - { - required: true, - whitespace: true, - message: "请输入法人姓名", - }, - ], + // rules: [ + // { + // required: true, + // whitespace: true, + // message: "请输入法人姓名", + // }, + // ], }, { type: "input", @@ -300,10 +300,10 @@ export default { size: "small", prop: "masterIdentity", rules: [ - { - required: true, - message: "请输入身份证号", - }, + // { + // required: true, + // message: "请输入身份证号", + // }, { validator: (rule, value, callback) => { if (check18IdCardNo(value)) { diff --git a/src/views/tenant/works/Dialog/CopyMission.vue b/src/views/tenant/works/Dialog/CopyMission.vue index 216323f..fe8f6e9 100644 --- a/src/views/tenant/works/Dialog/CopyMission.vue +++ b/src/views/tenant/works/Dialog/CopyMission.vue @@ -126,14 +126,14 @@ > - +