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]: ''