From e68d19dec1575d5ab9e7e596c4069f4ab8b6f31e Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Sun, 4 Jan 2026 16:54:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][tab?= =?UTF-8?q?le=E7=BB=84=E4=BB=B6=E6=8A=BD=E7=A6=BB]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPcakge.vue | 16 ++++- src/components/Template/CustomTable.vue | 80 ++++++++++++---------- src/components/Template/DecimalInput.vue | 6 +- src/components/Template/HandleFormItem.vue | 2 + .../business/comps/template/TemplateTable.vue | 3 +- .../business/comps/template/comps/sp/Demo.vue | 2 +- .../comps/template/comps/sp/SWYPBQGZYZBB.vue | 78 ++++++++++++++++++--- .../comps/template/mixins/templateMixin.js | 19 +++-- 8 files changed, 149 insertions(+), 57 deletions(-) diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index d140ebc..6010ad1 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -94,7 +94,10 @@
{{ formFields[sItem.subKey] }}
-
{{ formFields[sItem.subKey] }}
+
+ {{ formFields[sItem.subKey] }} + 请选择 +
{{ formFields[sItem.subKey] }}
-
{{ formFields[sItem.subKey] }}
+
+ {{ formFields[sItem.subKey] }} + 请选择 +
@@ -374,6 +380,9 @@ export default { padding-right: 20px; } } +.default-placeholder-text{ + color: #C0C4CC; +} .form-title { margin-bottom: 12px; font-size: 14px; @@ -428,6 +437,9 @@ export default { height: 28px; border-radius: 4px; border:1px solid #4ea2ff; + display: flex; + align-items: center; + justify-content: center; } .orange-border { diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index cf17663..fbdd03f 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -7,7 +7,7 @@
{{ col.label }}
@@ -29,29 +29,24 @@
-