| | |
| | | submitLoading: false, |
| | | selectList: [], |
| | | columns: [ |
| | | { |
| | | type: "selection", |
| | | width: 60, |
| | | align: "center", |
| | | }, |
| | | // { |
| | | // type: "selection", |
| | | // width: 60, |
| | | // align: "center", |
| | | // }, |
| | | { |
| | | type: "index", |
| | | width: 60, |
| | |
| | | { |
| | | title: "反馈时间", |
| | | key: "createTime", |
| | | width: 200, |
| | | sortable: true, |
| | | width: 130, |
| | | render: (h, params) => { |
| | | return h("div",params.row.createTime.substr(0,10)); |
| | | } |
| | |
| | | { |
| | | title: "反馈商户", |
| | | key: "name", |
| | | tooltip:true, |
| | | width: 260, |
| | | }, |
| | | { |
| | | title: "回复内容", |
| | | key: "replyContent", |
| | | tooltip:true, |
| | | width: 260, |
| | | width: 300, |
| | | }, |
| | | { |
| | | title: "操作", |
| | | key: "action", |
| | | align: "center", |
| | | width: 150, |
| | | render: (h, params) => { |
| | | return h("div", [ |
| | | h( |