{{
subScope.row[subItem.prop]
? $methodsTools.onlyForma(
subScope.row[subItem.prop] / 1000,
false
)
: "-"
}}
{{
subScope.row[subItem.prop] == 1
? "男"
: subScope.row[subItem.prop] == 2
? "女"
: "未知"
}}
{{
subScope.row[subItem.prop] == 2 ? "已退款" : "正常"
}}
({{
$methodsTools.onlyForma(subScope.row.refundTime)
}})
¥{{ subScope.row[subItem.prop] }}
{{
subScope.row[subItem.prop] == undefined ||
subScope.row[subItem.prop] == null
? "-"
: subScope.row[subItem.prop]
}}
更新