| | |
| | | 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: '通道备注', |
| | |
| | | content: '确认删除通道?此操作不可恢复', |
| | | onOk () { |
| | | var data = { |
| | | id: val.id, |
| | | id: val.id |
| | | } |
| | | dlcztd(data).then(res => { |
| | | if (res.status == 0) { |
| | |
| | | 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 |