chore(src): 所有代码上传
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- 列表 -->
|
||||
<table id="pay_list" lay-filter="pay_list"></table>
|
||||
|
||||
@@ -24,8 +20,6 @@
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var table = new Table({
|
||||
elem: '#pay_list',
|
||||
@@ -48,8 +42,16 @@
|
||||
}, {
|
||||
field: 'desc',
|
||||
title: '支付方式描述',
|
||||
width: '60%',
|
||||
width: '45%',
|
||||
unresize: 'false'
|
||||
},{
|
||||
field: 'status',
|
||||
title: '支付状态',
|
||||
width: '15%',
|
||||
unresize: 'false',
|
||||
templet: function (data){
|
||||
return data.pay_status == 1 ? '已开启✅' : '未开启';
|
||||
}
|
||||
}, {
|
||||
title: '操作',
|
||||
toolbar: '#operation',
|
||||
|
||||
Reference in New Issue
Block a user