diff --git a/src/pages/workbench/fwgl/approval_service_detail.vue b/src/pages/workbench/fwgl/approval_service_detail.vue index 106cf1ca23d4559e9edd932ca3f59b0b48e86e09..d1b702e1c43853b9d0b2535e43035805c1d3a098 100644 --- a/src/pages/workbench/fwgl/approval_service_detail.vue +++ b/src/pages/workbench/fwgl/approval_service_detail.vue @@ -298,17 +298,17 @@ export default { solt_name: "zd_table" }, { - title: "申请时长:", + title: "申请使用期限:", info: "" }, - { - title: "申请规格:", - info: "" - }, - { - title: "总价:", - info: "" - } + // { + // title: "申请规格:", + // info: "" + // }, + // { + // title: "总价:", + // info: "" + // } ] }; }, @@ -476,21 +476,21 @@ export default { ? "不限时长" : data.service_apply_info.duration + "月" ); - this.$set( - this.list_arr[9], - "info", - data.service_apply_info.spcs_type == 1 - ? data.service_apply_info.single_money + - "金币/" + - data.service_apply_info.spcs_count + - "次" - : data.service_apply_info.single_money + "金币/月" - ); - this.$set( - this.list_arr[10], - "info", - data.service_apply_info.total_money + "金币" - ); + // this.$set( + // this.list_arr[9], + // "info", + // data.service_apply_info.spcs_type == 1 + // ? data.service_apply_info.single_money + + // "金币/" + + // data.service_apply_info.spcs_count + + // "次" + // : data.service_apply_info.single_money + "金币/月" + // ); + // this.$set( + // this.list_arr[10], + // "info", + // data.service_apply_info.total_money + "金币" + // ); // console.log(data) if (data.data_service_type1 == 36) { this.list_arr.splice(6, 2); diff --git a/src/pages/workbench/fwgl/cloud-detail.vue b/src/pages/workbench/fwgl/cloud-detail.vue index 24e29cfed7372a85180a2228ebe6810db1add2d1..14eb8df904db784c296ccdaec7bdcabdb7c4b21d 100644 --- a/src/pages/workbench/fwgl/cloud-detail.vue +++ b/src/pages/workbench/fwgl/cloud-detail.vue @@ -342,10 +342,10 @@ export default { title: "剩余使用天数:", info: "1000天", }, - { - title: "支付总价:", - info: "0 金币", - }, + // { + // title: "支付总价:", + // info: "0 金币", + // }, { title: "到期时间:", info: "2020-06-02 15:54:21", @@ -702,8 +702,8 @@ export default { this.list_arr[3].url = data.apply_file; // application file url this.list_arr[6].info = data.bgn_time; // get time this.list_arr[7].info = data.time_remaining; // remaining days - this.list_arr[8].info = data.total_money; - this.list_arr[9].info = data.end_time; // maturity time + // this.list_arr[8].info = data.total_money; + this.list_arr[8].info = data.end_time; // maturity time this.list_arr_my[0].info = data.first_level_time || "暂未提交"; // submit application time this.list_arr_my[1].info = data.second_level_time || "暂未获取"; // super get time this.super_status = data.second_level; // super status diff --git a/src/pages/workbench/fwgl/fwglList.vue b/src/pages/workbench/fwgl/fwglList.vue index cdbc5193abd27673cde67dff438e980ad9ce1d3d..c1c016b4fbff52e60b91943b9951432963361374 100644 --- a/src/pages/workbench/fwgl/fwglList.vue +++ b/src/pages/workbench/fwgl/fwglList.vue @@ -586,11 +586,6 @@ export default { ]; }, }, - { - label: "费用", - align: "center", - prop: "total_money" - }, { label: "资源调整结果", align: "center", diff --git a/src/pages/workbench/fwgl/serviceDetail.vue b/src/pages/workbench/fwgl/serviceDetail.vue index e954446d5ef459caf06df950895e4f1e0dc91a63..36d22f10f0f2d2bb0b15e6dcdd776ba19a614508 100644 --- a/src/pages/workbench/fwgl/serviceDetail.vue +++ b/src/pages/workbench/fwgl/serviceDetail.vue @@ -744,15 +744,15 @@ export default { "服务基本信息", "接口详细信息", "服务运行状态", - "服务计费规则", - "服务交易记录", + // "服务计费规则", + // "服务交易记录", ], [ "服务基本信息", "接口详细信息", "服务运行状态", - "服务规格", - "服务交易记录", + // "服务规格", + // "服务交易记录", ], ], service_size_data: [], //服务规格数组 @@ -1597,13 +1597,13 @@ export default { this.service_arr[1][0] = "产品基本信息"; this.service_arr[1][1] = ""; this.service_arr[1][2] = ""; - this.service_arr[1][3] = "产品计费规则"; - this.service_arr[1][4] = "产品交易记录"; + // this.service_arr[1][3] = "产品计费规则"; + // this.service_arr[1][4] = "产品交易记录"; this.service_arr[2][0] = "产品基本信息"; this.service_arr[2][1] = ""; this.service_arr[2][2] = ""; - this.service_arr[2][3] = "产品规格"; - this.service_arr[2][4] = "产品交易记录"; + // this.service_arr[2][3] = "产品规格"; + // this.service_arr[2][4] = "产品交易记录"; this.getMd(data.doc_file); } // console.log(this.service_arr) diff --git a/src/pages/workbench/workPlace.vue b/src/pages/workbench/workPlace.vue index 879c141dbd49c7f677419da78035b5f5f6e137f6..9e49d8cd2920e9b9a3d0b530fb918e04d9b318ec 100644 --- a/src/pages/workbench/workPlace.vue +++ b/src/pages/workbench/workPlace.vue @@ -924,14 +924,14 @@ export default { type: "app_count", num: "" }, - { - text: "交易总额", - pic: require("@/assets/imgs/ic_shouyize.png"), - bg: "rgb(255,242,226)", - color: "#ea7d19", - type: "trade_money", - num: "" - } + // { + // text: "交易总额", + // pic: require("@/assets/imgs/ic_shouyize.png"), + // bg: "rgb(255,242,226)", + // color: "#ea7d19", + // type: "trade_money", + // num: "" + // } ], [ { @@ -958,14 +958,14 @@ export default { type: "app_count", num: "" }, - { - text: "交易总额", - pic: require("@/assets/imgs/ic_shouyize.png"), - bg: "rgb(255,242,226)", - color: "#ea7d19", - type: "trade_money", - num: "" - } + // { + // text: "交易总额", + // pic: require("@/assets/imgs/ic_shouyize.png"), + // bg: "rgb(255,242,226)", + // color: "#ea7d19", + // type: "trade_money", + // num: "" + // } ] ], online_tool_arr: [ @@ -2143,11 +2143,11 @@ export default { .menu_box2:nth-last-of-type(1) { margin-right: 0px; } -.menu_box1, +/* .menu_box1, .menu_box2 { width: calc((100% - 60px) / 4); margin-right: 20px; -} +} */ .menu img { float: left; margin: 28px 0 0 28px;