Commit 101528ac authored by 张俊's avatar 张俊

金币部分改造

parent 718cff7e
......@@ -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);
......
......@@ -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
......
......@@ -586,11 +586,6 @@ export default {
];
},
},
{
label: "费用",
align: "center",
prop: "total_money"
},
{
label: "资源调整结果",
align: "center",
......
......@@ -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)
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment