src/views/your/suggest-manage/suggestManage.vue
@@ -216,11 +216,11 @@ submitLoading: false, selectList: [], columns: [ { type: "selection", width: 60, align: "center", }, // { // type: "selection", // width: 60, // align: "center", // }, { type: "index", width: 60, @@ -235,7 +235,7 @@ { title: "反馈时间", key: "createTime", width: 110, width: 130, render: (h, params) => { return h("div",params.row.createTime.substr(0,10)); }