diff --git a/src/components/menu.vue b/src/components/menu.vue index 37a9806009505c21ae759b5704f88456037db4cf..42f6e942a19ed6b95df79287063dfbae3932abb3 100644 --- a/src/components/menu.vue +++ b/src/components/menu.vue @@ -132,7 +132,6 @@ export default { }, methods: { gotopage(n) { - console.log("function gotopage,menu test:" + n); if (n == "logout") { window.location.href = "/iam/api/logout"; } else if (n == "login") { @@ -157,17 +156,15 @@ export default { this.$router.push({ name: "shoppingCart" }); }, navAction(path) { - console.log("function navAction,menu test:" + path); this.now_menu = path; window.sessionStorage.setItem("menuVisitUrl", path); this.$router.push(path); }, gotoChildPage(v, parent) { - console.log("function gotoChildPage,menu test:" + v + "|" + parent); 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 == "/services_shop") { + } else if (parent == "/shop") { this.$store.commit("serviceShopMenuAct", v.visit_url); this.$router.push(v.visit_url); } else { diff --git a/src/components/service-list/service_list.vue b/src/components/service-list/service_list.vue index 8d312b26d810373e452d006f36988ae9a807d26c..7dfeb6a0a6707332e7b8957d2c931f90f198f4e7 100644 --- a/src/components/service-list/service_list.vue +++ b/src/components/service-list/service_list.vue @@ -247,13 +247,13 @@ export default { prop: "", childDomains: [ { - id: 1, + id: 2, name: "平台应用", prop: "", childDomains: null }, { - id: 2, + id: 1, name: "开发者应用", prop: "", childDomains: null diff --git a/src/pages/service_shop/shop_list.vue b/src/pages/service_shop/shop_list.vue index 1e2769ab4f9b0ab1a7fa55bc87dd136b01103cd4..c68a3d5da34f815c3ba785d7a243e83ebc6ec079 100644 --- a/src/pages/service_shop/shop_list.vue +++ b/src/pages/service_shop/shop_list.vue @@ -37,13 +37,13 @@ export default { this.name = "数据服务"; this.urlFilter = "5"; this.url = "/shop/sjfwDetail"; - this.filterNames = ["数据服务类型", "数据领域", "数据来源机构"]; + this.filterNames = ["数据服务类型", "服务领域", "数据来源机构"]; break; case "space_time_service_list": this.name = "时空服务"; this.urlFilter = "6"; this.url = "/shop/skfwDetail"; - this.filterNames = ["时空服务类型", "应用领域", "服务来源组织"]; + this.filterNames = ["时空服务类型", "服务领域", "服务来源组织"]; break; case "video_service_list": this.name = "视频服务"; @@ -61,7 +61,7 @@ export default { this.name = "综合应用"; this.urlFilter = "21"; this.url = "/shop/zhfwDetail"; - this.filterNames = ["服务类型", "应用领域", "服务来源组织"]; + this.filterNames = ["服务类型", "服务领域", "服务来源组织"]; break; case "app_store_list": this.name = "应用商店"; diff --git a/src/pages/user/order/order_detail.vue b/src/pages/user/order/order_detail.vue index 3afb4c897d3dab567dfc3abda12e8be1ca9af76a..ee533cbcd3141925af4f1d9fec2196e0e8ca4e92 100644 --- a/src/pages/user/order/order_detail.vue +++ b/src/pages/user/order/order_detail.vue @@ -323,8 +323,8 @@ export default { { prop: "name", label: "字段编码", - minWidth: "20%", - align: "left" + minWidth: "10%", + align: "center" }, { prop: "show_type", @@ -335,14 +335,20 @@ export default { { prop: "label", label: "字段名称", - minWidth: "40%", + minWidth: "20%", align: "center" }, { prop: "descript", label: "字段说明", minWidth: "40%", - align: "left" + align: "center" + }, + { + prop: "example", + label: "字段示例", + minWidth: "20%", + align: "center" } ], list_arr: [ diff --git a/src/pages/user/user.vue b/src/pages/user/user.vue index b19a7d12939757603f33d1a88f618ad871e2f2b2..3d9ea28ae0d2ecdf350c37b7c0f2d66dbde5dbc7 100644 --- a/src/pages/user/user.vue +++ b/src/pages/user/user.vue @@ -1,6 +1,11 @@