From e1cff320bd8b0c33c9051b0342c21748d492f8e8 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Fri, 29 Jan 2021 14:45:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/views/custom/customer/index.vue | 4 ++-- stdiet-ui/src/views/custom/healthy/index.vue | 4 ++-- stdiet-ui/src/views/custom/order/index.vue | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/stdiet-ui/src/views/custom/customer/index.vue b/stdiet-ui/src/views/custom/customer/index.vue index 66990f73b..99ef983ba 100644 --- a/stdiet-ui/src/views/custom/customer/index.vue +++ b/stdiet-ui/src/views/custom/customer/index.vue @@ -228,7 +228,7 @@ - + @@ -383,7 +383,7 @@ export default { form: {}, // 表单校验 rules: { - customer: [ + name: [ { required: true, message: "客户姓名不能为空", trigger: "blur" }, ], phone: [ diff --git a/stdiet-ui/src/views/custom/healthy/index.vue b/stdiet-ui/src/views/custom/healthy/index.vue index 780fc2a16..1a46802cc 100644 --- a/stdiet-ui/src/views/custom/healthy/index.vue +++ b/stdiet-ui/src/views/custom/healthy/index.vue @@ -487,7 +487,7 @@ -
+

{{titleArray[index]}}

@@ -495,7 +495,7 @@
-
+

{{titleArray[index+1]}}

diff --git a/stdiet-ui/src/views/custom/order/index.vue b/stdiet-ui/src/views/custom/order/index.vue index bc31df249..3ac4c0793 100644 --- a/stdiet-ui/src/views/custom/order/index.vue +++ b/stdiet-ui/src/views/custom/order/index.vue @@ -736,11 +736,11 @@ export default { cursor: pointer; } -.warning-row { - background: oldlace !important; -} +// .warning-row { +// background: oldlace !important; +// } -.success-row { - background: #f0f9eb !important; -} +// .success-row { +// background: #f0f9eb !important; +// }