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; +// }