Commit 9e397dc1 authored by 徐一鸣's avatar 徐一鸣

Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents 530e75f5 ce5dba32
......@@ -211,6 +211,19 @@ export default {
},
changeday(){
},
get_table_service(){
this.$http
.get('/apaas/serviceapp/v3/workflows/mountServices?id='+9)
.then(response => {
let data = response.data.data
if(data&&data.length){
this.zd_table_arr = data
}
})
.catch(function(response) {
});
},
get_header(data){
this.$set(this.service_header_arr,'name',data.name)
......
......@@ -890,7 +890,7 @@ export default {
{
text: "收益总额",
pic: require("@/assets/imgs/ic_shouyize.png"),
bg: "#fcefd6",
bg: "rgb(255,242,226)",
color: "#ea7d19",
type: "earnings_money",
num: ""
......@@ -924,7 +924,7 @@ export default {
{
text: "交易总额",
pic: require("@/assets/imgs/ic_shouyize.png"),
bg: "#fcefd6",
bg: "rgb(255,242,226)",
color: "#ea7d19",
type: "trade_money",
num: ""
......@@ -958,7 +958,7 @@ export default {
{
text: "交易总额",
pic: require("@/assets/imgs/ic_shouyize.png"),
bg: "#fcefd6",
bg: "rgb(255,242,226)",
color: "#ea7d19",
type: "trade_money",
num: ""
......
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