diff --git a/src/assets/css/index.css b/src/assets/css/index.css index b79bed552394d8fe0084b3168bc16a2f8696843d..7d4632ae7f4be1074edce924d33e69110f9ee1c5 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 e1d00846407f1cfd39e7e9470d20bf91b15578a0..4cc80c2ac2bb56589cf8a0eba42ca767f917e7d4 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 f5fd0d5f87b9f09bc4648a7258b91edeec6bd751..4cb40cdbef2cb41626ea693a7ea7096fb3d43ce6 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 eecc30616695a9d865b2a0eebd32a9d4db2facde..054a248de123d84e399c4af0965d97d891d9ce8d 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 f60665433e0bd24cfa60a525b7ba1a0b10e5fca0..f479fed2e76b175f999ee3b4bd65e777c02cdb06 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 7e994bfd389642961adda0166b472cbb31f3c855..a4a2c23277beef746cdcf21fcf7ebe31d4db466d 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1,19 +1,33 @@