ソースを参照

列表显示栏目修改

lijj 2 年 前
コミット
bdce5281e4
2 ファイル変更93 行追加170 行削除
  1. 30 62
      admin_ui/src/option/ycwh/feedback.js
  2. 63 108
      admin_ui/src/option/ycwh/memberInfo.js

+ 30 - 62
admin_ui/src/option/ycwh/feedback.js

@@ -7,6 +7,8 @@ export default {
   searchMenuSpan: 6,
   border: true,
   index: true,
+  addBtn: false,
+  editBtn: false,
   viewBtn: true,
   selection: true,
   dialogClickModal: false,
@@ -19,45 +21,43 @@ export default {
       viewDisplay: false,
       hide: true,
     },
+
     {
-      label: "创建人",
-      prop: "createUser",
+      label: "用户",
+      prop: "memberId",
       type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
     },
     {
-      label: "创建部门",
-      prop: "createDept",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
+      //    (名菜、名点、名店)
+      label: "来源类型",
+      prop: "sourceType",
+      type: "select",
+      dicData: informationTypeOptions,
+      search: true
     },
+    //  {
+    //    label: "来源ID",
+    //    prop: "sourceId",
+    //    type: "input",
+    //  },
     {
-      label: "创建时间",
-      prop: "createTime",
+      label: "反馈内容",
+      prop: "content",
       type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
     },
     {
-      label: "修改人",
-      prop: "updateUser",
+      label: "创建时间",
+      prop: "createTime",
       type: "input",
       addDisplay: false,
       editDisplay: false,
       viewDisplay: false,
       hide: true,
     },
+
     {
-      label: "修改时间",
-      prop: "updateTime",
+      label: "状态",
+      prop: "status",
       type: "input",
       addDisplay: false,
       editDisplay: false,
@@ -65,13 +65,9 @@ export default {
       hide: true,
     },
     {
-      label: "状态",
-      prop: "status",
+      label: "备注",
+      prop: "remark",
       type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
     },
     {
       label: "是否已删除",
@@ -82,38 +78,10 @@ export default {
       viewDisplay: false,
       hide: true,
     },
-    {
-      label: "用户ID",
-      prop: "memberId",
-      type: "input",
-    },
-    {
-      //    (名菜、名点、名店)
-      label: "来源类型",
-      prop: "sourceType",
-      type: "select",
-      dicData: informationTypeOptions,
-      search: true
-    },
-    {
-      label: "来源ID",
-      prop: "sourceId",
-      type: "input",
-    },
-    {
-      label: "反馈内容",
-      prop: "content",
-      type: "input",
-    },
-    {
-      label: "备注",
-      prop: "remark",
-      type: "input",
-    },
-    {
-      label: "顺序",
-      prop: "sort",
-      type: "input",
-    },
+    //  {
+    //    label: "顺序",
+    //    prop: "sort",
+    //    type: "input",
+    //  },
   ]
 }

+ 63 - 108
admin_ui/src/option/ycwh/memberInfo.js

@@ -18,69 +18,24 @@ export default {
       viewDisplay: false,
       hide: true,
     },
-    {
-      label: "创建人",
-      prop: "createUser",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "创建部门",
-      prop: "createDept",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "创建时间",
-      prop: "createTime",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "修改人",
-      prop: "updateUser",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "修改时间",
-      prop: "updateTime",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "状态",
-      prop: "status",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
-    {
-      label: "是否已删除",
-      prop: "isDeleted",
-      type: "input",
-      addDisplay: false,
-      editDisplay: false,
-      viewDisplay: false,
-      hide: true,
-    },
+    //  {
+    //    label: "状态",
+    //    prop: "status",
+    //    type: "input",
+    //    addDisplay: false,
+    //    editDisplay: false,
+    //    viewDisplay: false,
+    //    hide: true,
+    //  },
+    //  {
+    //    label: "是否已删除",
+    //    prop: "isDeleted",
+    //    type: "input",
+    //    addDisplay: false,
+    //    editDisplay: false,
+    //    viewDisplay: false,
+    //    hide: true,
+    //  },
 
     {
       label: "头像",
@@ -93,31 +48,31 @@ export default {
       type: "input",
       search: true
     },
-    {
-      label: "真实姓名",
-      prop: "realname",
-      type: "input",
-    },
+    //  {
+    //    label: "真实姓名",
+    //    prop: "realname",
+    //    type: "input",
+    //  },
     {
       label: "联系电话",
       prop: "phone",
       type: "input",
     },
-    {
-      label: "性别",
-      prop: "sex",
-      type: "input",
-    },
-    {
-      label: "出生年月",
-      prop: "birthday",
-      type: "input",
-    },
-    {
-      label: "邮箱",
-      prop: "email",
-      type: "input",
-    },
+    //  {
+    //    label: "性别",
+    //    prop: "sex",
+    //    type: "input",
+    //  },
+    //  {
+    //    label: "出生年月",
+    //    prop: "birthday",
+    //    type: "input",
+    //  },
+    //  {
+    //    label: "邮箱",
+    //    prop: "email",
+    //    type: "input",
+    //  },
     {
       label: "注册IP",
       prop: "regIp",
@@ -133,35 +88,35 @@ export default {
       prop: "lastLoginTime",
       type: "input",
     },
-    {
-      label: "所属地区",
-      prop: "areaCode",
-      type: "input",
-    },
-    {
-      label: "详细地址",
-      prop: "address",
-      type: "input",
-    },
-    {
-      label: "被举报次数(达到3次就进黑名单)",
-      prop: "bnum",
-      type: "input",
-    },
-    {
-      label: "黑名单总次数",
-      prop: "ballnum",
-      type: "input",
-    },
+    //  {
+    //    label: "所属地区",
+    //    prop: "areaCode",
+    //    type: "input",
+    //  },
+    //  {
+    //    label: "详细地址",
+    //    prop: "address",
+    //    type: "input",
+    //  },
+    //  {
+    //    label: "被举报次数(达到3次就进黑名单)",
+    //    prop: "bnum",
+    //    type: "input",
+    //  },
+    //  {
+    //    label: "黑名单总次数",
+    //    prop: "ballnum",
+    //    type: "input",
+    //  },
     {
       label: "备注",
       prop: "remark",
       type: "input",
     },
-    {
-      label: "顺序",
-      prop: "sort",
-      type: "input",
-    },
+    //  {
+    //    label: "顺序",
+    //    prop: "sort",
+    //    type: "input",
+    //  },
   ]
 }