From 476656672bfdd56d04dc48411186d5fdbb343d75 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 29 Dec 2025 16:54:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E5=88=97=E8=A1=A8][?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=8A=BD=E7=A6=BBing]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/BaseInfoFormPcakge.vue | 103 ++++++++++++++------- src/components/Template/Input.vue | 80 ++++++++++++++++ .../comps/template/comps/sp/SWYPFXRYPZB.vue | 14 +++ vue.config.js | 4 +- 4 files changed, 168 insertions(+), 33 deletions(-) create mode 100644 src/components/Template/Input.vue diff --git a/src/components/Template/BaseInfoFormPcakge.vue b/src/components/Template/BaseInfoFormPcakge.vue index 9d67fbd..1c4977e 100644 --- a/src/components/Template/BaseInfoFormPcakge.vue +++ b/src/components/Template/BaseInfoFormPcakge.vue @@ -3,11 +3,11 @@
+
@@ -47,8 +76,10 @@ - \ No newline at end of file diff --git a/src/components/Template/Input.vue b/src/components/Template/Input.vue new file mode 100644 index 0000000..e4b32b7 --- /dev/null +++ b/src/components/Template/Input.vue @@ -0,0 +1,80 @@ + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue index 76d0aab..a6217c0 100644 --- a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue @@ -93,6 +93,20 @@ export default { ] } } + }, + { + type:"cellItem", + label:"配置时间", + config:{ + startDate:{ + label:"开始时间", + type:"dateTime", + }, + endDate:{ + label:"结束时间", + type:"dateTime", + }, + } } ], formData:{} diff --git a/vue.config.js b/vue.config.js index 4fb77ed..d3ce99c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -34,8 +34,8 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8080`, - // target: `http://39.99.251.173:8080`, + // target: `http://localhost:8080`, + target: `http://39.99.251.173:8080`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''