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 @@
- 在线组件工具
- 智能制图
+ 在线组件工具
+ 智能制图
发布信息填写
-
- 在线组件工具
- 流程设计
+
+ 在线组件工具
+ 流程设计
发布信息填写
服务注册
服务测试
- 服务测试
+ 服务测试
基础信息填写
@@ -23,7 +37,7 @@
v-for="(item, index) in btnList"
:key="item.id"
@click="clickBtn(index)"
- :class="activeBtn == index ? 'fwcs_btn_act':'fwcs_btn_dis'"
+ :class="activeBtn == index ? 'fwcs_btn_act' : 'fwcs_btn_dis'"
>
![]()
- 服务地址:
-
+
+
+
+ 说明:支持多个流程服务接口的注册,若流程服务包含多个接口,每个接口需分别注册为独立的服务地址才可使用。
+ 示例:http(s)://www.apaas.com(自有域名)/xxx,其中xxx为该流程服务的不同接口后缀,需分别进行单个接口的注册。
+ 比如:服务地址1:http(s)://www.apaas.com(自有域名)/create(用于新建流程实例)
+
+ 服务地址2:http(s)://www.apaas.com(自有域名)/query
+ (用于查询流程状态)
+
+
+
+
+ 上传接口文档
+ (请上传所有服务地址完整接口文档):
+
+
+
+
+
返回数据格式
+
+ JSON
+ XML
+
+
+
+ 服务地址:
+
+
-
+
-
+
- 服务测试
+ 服务测试
-
+
授权方式:
-
+
Token:
-
+
@@ -146,10 +218,11 @@
:key="item.name"
v-model="skfwQqt"
:label="item.id"
- >{{ item.name }}
+ >{{ item.name }}
-
+
JSON
form-data
- x-www-form-urlencoded
+ x-www-form-urlencoded
@@ -236,7 +311,12 @@
-
+
测试服务信息:
-

测试成功
+

测试成功
-
+
测试服务信息:
-

测试失败
+

测试失败
+
+
+
+
+
服务接口名称:
+
+
+
+
+
+
+
+
+
服务地址{{ indexOne + 1 }}:
+
+ {
+ getUrlOne(val, indexOne);
+ }
+ "
+ v-model="itemOne.serviceUrl"
+ class="input-with-select"
+ >
+
+
+
+
+ 服务测试
+
+
+
+ {
+ changeTableOne(val, indexOne);
+ }
+ "
+ >
+
+
+
+
+ JSON
+
+
+
+
+
+
+
+ 授权方式:
+
+
+
+
+
+
+
+
+ Token:
+
+
+
+
+
+
+
+
请求参数信息填写:
+
+
返回参数信息填写:
+
+
+
+
测试服务信息:
+
+
+

测试失败
+
+
+
+
+
+
+
+
-
+
服务名称:
-
+
服务描述:
-
+
服务领域:
-
+
所属组织:
-
+
服务封面:
@@ -343,7 +684,11 @@
接口编码:
-
+
开放程度:
@@ -354,15 +699,20 @@