diff --git a/.env.development b/.env.development index 752d0c2..bcf1ae3 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,6 @@ ENV='development' # base api -VUE_APP_BASE_API=https://yikangyang.ali251.langye.net -VUE_APP_UPLOAD_API=https://yikangyang.ali251.langye.net/api/admin/upload-file +VUE_APP_BASE_API=https://yikangyang-test.ali251.langye.net +VUE_APP_UPLOAD_API=https://yikangyangyikangyang-test.ali251.langye.net/api/admin/upload-file VUE_APP_PREVIEW_API=http://view.ali251.langye.net:8012/onlinePreview diff --git a/src/views/Accompany/Accompany.vue b/src/views/Accompany/Accompany.vue index e55df66..4ab8b7e 100644 --- a/src/views/Accompany/Accompany.vue +++ b/src/views/Accompany/Accompany.vue @@ -45,7 +45,19 @@ - + + + + + {{ value.name }}:{{ item.price }} + + + + + + + :more-config="{maxCount:1,layout: 'horizontal' }" :show-button-text="false" /> { - item.site_id = item.site_id.split(",") + item.site_id = item.site_id?item.site_id.split(",") : [] }) this.tableData = res.data this.total = res.total diff --git a/src/views/Accompany/components/AddAccompany.vue b/src/views/Accompany/components/AddAccompany.vue index 9feefc2..14758b4 100644 --- a/src/views/Accompany/components/AddAccompany.vue +++ b/src/views/Accompany/components/AddAccompany.vue @@ -1,305 +1,381 @@ - - - - - - - - - - - - - - - - - - - - - - 点击上传 - 文件不超过{{ formatFileSize(uploadSize) }} - - - - - 点击上传 - 文件不超过{{ formatFileSize(uploadSize) }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +