大宝管理后台代码
jhzh
2024-04-07 8477322adb238a81c46ffdc1fbf83628713aa389
src/views/capital/Recharge_channel.vue
@@ -96,12 +96,12 @@
                    title: '显示状态',
                    dataIndex: 'isShow',
                    align: 'center',
                    customRender: (text, record, index) => text?(text == 0 ? '隐藏' : '显示'):'--',
                    customRender: (text, record, index) => text ? (text == 0 ? '隐藏' : '显示') : '--'
                },
                {
                    title: '排序',
                    dataIndex: 'sort',
                    align: 'center',
                    align: 'center'
                },
                {
                    title: '通道备注',
@@ -175,7 +175,7 @@
                content: '确认删除通道?此操作不可恢复',
                onOk () {
                    var data = {
                        id: val.id,
                        id: val.id
                    }
                    dlcztd(data).then(res => {
                        if (res.status == 0) {
@@ -209,7 +209,7 @@
            var that = this
            this.loading = true
            // dklist(this.agentqueryParam).then(res => {
              var data = {"chnnelType":'1'}
              var data = { 'chnnelType': '1' }
              czlist(data).then(res => {
                this.agentlist = res.data
                // this.pagination.total = res.data.total