提交 c479c1a4 authored 作者: chengye's avatar chengye

列表显示充值卡表余额

上级 44dba36f
...@@ -84,9 +84,16 @@ ...@@ -84,9 +84,16 @@
</script> </script>
<script type="text/html" id="account"> <script type="text/html" id="account">
{{# {{#
if((d.em_type_id == 2 || d.em_type_id == 4){
if(d.account.amount != null ) { if(d.account.amount != null ) {
return d.account.amount; return d.account.amount;
}; } else {
return 0;
}
} else {
return '/';
}
}} }}
</script> </script>
<script type="text/html" id="barDemo"> <script type="text/html" id="barDemo">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论