diff --git a/jero-web/src/components/Standardselection/index.vue b/jero-web/src/components/Standardselection/index.vue new file mode 100644 index 000000000..8925bd886 --- /dev/null +++ b/jero-web/src/components/Standardselection/index.vue @@ -0,0 +1,281 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/components/addForm/index.vue b/jero-web/src/components/addForm/index.vue index 3367471b2..3700ff0c5 100644 --- a/jero-web/src/components/addForm/index.vue +++ b/jero-web/src/components/addForm/index.vue @@ -39,7 +39,7 @@ {{item.name}} - @@ -53,7 +53,7 @@ {{item.name}} - + @@ -81,8 +81,8 @@ + :placeholder="$t('selectStatus')" :type="'select'" + :triggerChange="false" dictCode="valid_status"/> @@ -108,20 +108,57 @@ {{item.name}} - + + + + + +
+
+ * + {{item.enName}}
+ {{item.name}} +
+ + + {{ (formInline[item.attrModel] === 'null' || formInline[item.attrModel] === '' || + formInline[item.attrModel] == null) ? '上传文件' : '查看已上传文件' + }} + + +
+
+ +
+
+ * + {{item.enName}}
+ {{item.name}} +
+ +
+ @@ -268,10 +336,12 @@ line-height: 38px; height: 38px; } - .box-input .ant-select-selection--multiple .ant-select-selection__rendered > ul > li{ - margin-top:6px; + + .box-input .ant-select-selection--multiple .ant-select-selection__rendered > ul > li { + margin-top: 6px; } - .box-input .ant-input-number-input-wrap{ + + .box-input .ant-input-number-input-wrap { line-height: 38px; height: 38px; } diff --git a/jero-web/src/components/uploadFile/file.vue b/jero-web/src/components/uploadFile/file.vue new file mode 100644 index 000000000..244a8532a --- /dev/null +++ b/jero-web/src/components/uploadFile/file.vue @@ -0,0 +1,203 @@ + + + + + \ No newline at end of file