点击或拖拽上传文件
@@ -1292,19 +1308,23 @@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/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 85e0aecc1..d854e24e8 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -15,10 +15,10 @@
- +
-
-
+
+
+
+
+
+
+ {{ file.oldFileName }}
+
+
+
+
+
+
+
{{ file.oldFileName }}
-
-
-
+
+
+
+
+
{{ file.oldFileName }}
-
-
-
-
- {{ file.oldFileName }}
-
-
-
-
-
- - {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }} -
-{{ - sarStandardsInfoEO.issueTime || '-' - }}
-{{ - standMap[sarStandardsInfoEO.standNature] || '-' - }}
-{{ - sarStandardsInfoEO.standSystem || '-' - }}
-- {{ - sarStandardsInfoEO.isRelateAccess ? (sarStandardsInfoEO.isRelateAccess === '1' ? '是' : '否') : '-' - }} -
- +- - {{ child.value || '-' }} + + {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}
+{{ + sarStandardsInfoEO.issueTime || '-' + }}
+{{ + standMap[sarStandardsInfoEO.standNature] || '-' + }}
+{{ + sarStandardsInfoEO.standSystem || '-' + }}
++ {{ + sarStandardsInfoEO.isRelateAccess ? (sarStandardsInfoEO.isRelateAccess === '1' ? '是' : '否') : '-' + }} +
+ ++ + {{ child.value || '-' }} +
+ + + + - - - +
+
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
@@ -426,12 +437,12 @@
@@ -455,60 +466,64 @@
-
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
@@ -524,28 +539,28 @@
-
+
@@ -556,16 +571,16 @@
file.oldFileName | ellipsis
}}
@@ -579,27 +594,27 @@
file.oldFileName | ellipsis
}}
@@ -636,40 +651,42 @@
-
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
@@ -679,29 +696,31 @@
- {{ file.oldFileName }}
+ {{
+ file.oldFileName
+ }}
点击或拖拽上传文件
-