From f634e3069aace75a77788eb81a8d90632b205d56 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 16 Jan 2025 17:35:13 +0800 Subject: [PATCH] =?UTF-8?q?bug=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../secondStore/config-pages/index.vue | 1 + src/views/repairTest/testExamine/index.vue | 75 +++++++++++-------- src/views/system/user/index.vue | 21 ++++-- 3 files changed, 58 insertions(+), 39 deletions(-) diff --git a/src/views/claimAndRefund/secondStore/config-pages/index.vue b/src/views/claimAndRefund/secondStore/config-pages/index.vue index 4611585..6d520b4 100644 --- a/src/views/claimAndRefund/secondStore/config-pages/index.vue +++ b/src/views/claimAndRefund/secondStore/config-pages/index.vue @@ -140,6 +140,7 @@ style="width: 100%" placeholder="请选择往来单位" v-model="addAndEditForm.unitId" + :disabled="addAndEditTitle === '修改二级库配置'" > 维修记录 + >维修记录 - @@ -569,30 +569,33 @@ 人为报废 - - - - - - + + + + + + + :show-overflow-tooltip="true" + > - - - - - - - - + + + + + + + - - - - - - - - - - - + + + + + + + + + + + @@ -872,6 +876,13 @@ export default { message: '原因不能为空', trigger: 'blur', }, + + { + min: 1, + max: 100, + message: '长度在 1 到 100 个字符', + trigger: 'blur', + }, ], }, repairId: '', @@ -1150,7 +1161,7 @@ export default { partRecord(row) { this.partRecordParams.pageNum = 1 this.partRecordParams.pageSize = 10 - + // this.repairId = row.repairId // console.log(row, 'row===============') console.log(this.repairId) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 2e226c1..83b9129 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -135,7 +135,7 @@ >删除 -