From 4c3006340482c22896c654ec72f888211e45da50 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Wed, 5 Jan 2022 15:48:25 +0800 Subject: [PATCH] commit --- .../InputForAllStandards2.vue | 5 +- .../enterpriseStandardPlan/index.vue | 107 +++++++++++------- 2 files changed, 67 insertions(+), 45 deletions(-) diff --git a/src/components/CustomFormComponents/InputForAllStandards2.vue b/src/components/CustomFormComponents/InputForAllStandards2.vue index a9f6f123d..b50ead6cd 100644 --- a/src/components/CustomFormComponents/InputForAllStandards2.vue +++ b/src/components/CustomFormComponents/InputForAllStandards2.vue @@ -164,6 +164,9 @@ labelWidth: { type: String, default: '150px' + }, + placeholderText: { + type: String } }, data () { @@ -193,7 +196,7 @@ }, computed: { placeholder () { - return `请输入${this.config.attrName}` + return `${this.placeholderText}` }, showMessage () { return `${this.config.attrName}不能为空` diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 15a654958..657981764 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -222,6 +222,18 @@ placeholder="请输入企标名称" :maxlength="500"/> + +
+ + + + +
+
@@ -237,6 +249,51 @@ + +
+ + + + +
+
+ +
+ + + + +
+
+ +
+ + + + +
+
- -
- - - - -
-
- -
- - - - -
-
- -
- - - - -
-
- +
@@ -371,8 +386,9 @@