chore(src): 所有代码上传

This commit is contained in:
2025-12-02 15:36:42 +08:00
parent ce8e59902c
commit eb79ad260c
669 changed files with 86838 additions and 87639 deletions

View File

@@ -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',