wang-hao-jie
2022-06-06 818d4458d77505b25ea057b49b409b1868ea8cff
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));
            }