kongdeqiang
2023-02-10 3fb460428f927197931c43f2f88f75dd8ae8c501
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,8 +235,7 @@
          {
            title: "反馈时间",
            key: "createTime",
            width: 200,
            sortable: true,
            width: 130,
            render: (h, params) => {
              return h("div",params.row.createTime.substr(0,10));
            }
@@ -244,18 +243,20 @@
          {
            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(