From c3904cf7d0f0f71040f17c07b91b00f21241e84b Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Mon, 12 Aug 2024 17:31:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/audit/index.vue | 4 ++-- src/views/system/commandLog/index.vue | 23 +++++++++++++++-------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/src/views/system/audit/index.vue b/src/views/system/audit/index.vue index 3862c42..470f6da 100644 --- a/src/views/system/audit/index.vue +++ b/src/views/system/audit/index.vue @@ -460,7 +460,7 @@ export default { ], deductionAmount: [ { required: true, message: "扣款金额不能为空", trigger: "blur" }, - { pattern: /^\d+$/, message: '扣款金额必须为正整数', trigger: 'blur' } + // { pattern: /^\d+$/, message: '扣款金额必须为正整数', trigger: 'blur' } ] } }; @@ -542,7 +542,7 @@ export default { if (valid) { console.log("------66666---") if (this.form5.orderId != null) { - this.form5.status = "6"; + this.form5.status = "5"; updateOrder({orderId:this.form5.orderId,status:this.form5.status}).then(response => { this.$modal.msgSuccess("操作成功"); this.open5 = false; diff --git a/src/views/system/commandLog/index.vue b/src/views/system/commandLog/index.vue index d97daf7..796b691 100644 --- a/src/views/system/commandLog/index.vue +++ b/src/views/system/commandLog/index.vue @@ -61,8 +61,13 @@ - - + + + + + @@ -74,11 +79,7 @@ - - - +