From 22575eb7ccd722f13f3e0edf3c06f75b503b0b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=AE=BF=E6=98=95?= Date: Wed, 21 Oct 2020 19:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=B5=8B=E8=AF=95=E9=87=8D?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/index.css | 4 +- src/components/general/upload_file.vue | 31 +- src/components/menu.vue | 2 +- src/components/shop-cloud/shop-cloud.vue | 12 +- src/pages/service_shop/shop_list.vue | 20 - src/pages/workbench/fwzc_fwcs.vue | 886 +++++++++++++++++++++-- 6 files changed, 858 insertions(+), 97 deletions(-) diff --git a/src/assets/css/index.css b/src/assets/css/index.css index b79bed5..7d4632a 100644 --- a/src/assets/css/index.css +++ b/src/assets/css/index.css @@ -475,8 +475,8 @@ border-radius:8px; } /* 单选激活样式 */ .el-radio__input.is-checked .el-radio__inner { - border-color: #838383; - background-color: #fff; + border-color: #e3e5ef; + background-color: #f7f8f9; } .el-radio__input.is-checked + .el-radio__label { color: #1a2236; diff --git a/src/components/general/upload_file.vue b/src/components/general/upload_file.vue index e1d0084..4cc80c2 100644 --- a/src/components/general/upload_file.vue +++ b/src/components/general/upload_file.vue @@ -14,28 +14,34 @@ class="eeupload" action="/apaas/static/image/upload" :file-list="fileArray" - :list-type="type=='picture'?'picture-card':''" + :list-type="type == 'picture' ? 'picture-card' : ''" :limit="max" :multiple="multiple" :on-remove="handleRemove" :on-success="handleAvatarSuccess" :before-upload="beforeAvatarUpload" - :class="{hide:hideUpload || readOnly}" + :class="{ hide: hideUpload || readOnly }" :readOnly="readOnly" :data="anotherData" :drag="drag" :disabled="disabled" + :accept="accepts" >
- 将文件拖到此处,或 - 点击上传 + 将文件拖到此处,或 + 点击上传
+ {{ up_fz }}
- 上传文件 -
支持文件格式:.mp3,单个文件不能超过20M。
- + 上传文件 +
+ 支持文件格式:.mp3,单个文件不能超过20M。 +
+ @@ -97,6 +103,14 @@ export default { type: Boolean, default: false, }, + up_fz: { + type: String, + default: "", + }, + accepts: { + type: String, + default: "", + }, }, watch: { list(value) { @@ -217,4 +231,7 @@ export default { .hide .el-upload--picture-card { display: none; } +.up_fz { + color: #a9aec0; +} \ No newline at end of file diff --git a/src/components/menu.vue b/src/components/menu.vue index f5fd0d5..4cb40cd 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -254,7 +254,7 @@ export default { if (v.visit_url) { if (v.visit_url == "/fwgl/" || v.visit_url == "/yygl/") { this.$router.push(v.visit_url + this.$store.getters.level); - } else if (parent == "/shop") { + } else if (parent == "/services_shop") { this.$store.commit("serviceShopMenuAct", v.visit_url); this.$router.push(v.visit_url); } else { diff --git a/src/components/shop-cloud/shop-cloud.vue b/src/components/shop-cloud/shop-cloud.vue index eecc306..054a248 100644 --- a/src/components/shop-cloud/shop-cloud.vue +++ b/src/components/shop-cloud/shop-cloud.vue @@ -222,7 +222,7 @@ - +
申请文件:
@@ -234,6 +234,7 @@ :readOnly="false" :drag="true" @getNewList="getNewList" + class="up_f" >
@@ -1549,6 +1550,9 @@ export default { .doc_template { margin: 0 0 10px 20px; } +.up_f { + width: calc(50% - 10px); +} diff --git a/src/pages/service_shop/shop_list.vue b/src/pages/service_shop/shop_list.vue index f606654..f479fed 100644 --- a/src/pages/service_shop/shop_list.vue +++ b/src/pages/service_shop/shop_list.vue @@ -6,31 +6,11 @@ -
- - - {{ - $t("lang.service_shop") - }} - - {{ name }} - - -
-

开发中,敬请期待!

-

- 如需技术支持 -
请联系管理员 -

-
-
-
diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index 7e994bf..a4a2c23 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1,19 +1,33 @@