فهرست منبع

fix:修改消息通知列表显示字段

liujiayin 3 سال پیش
والد
کامیت
3254e81b09
2فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 1 1
      src/views/platform/message/inner/detail/index.vue
  2. 7 4
      src/views/platform/message/inner/receive.vue

+ 1 - 1
src/views/platform/message/inner/detail/index.vue

@@ -42,7 +42,7 @@
         </el-form-item>
       </el-col>
       <el-col :span="24">
-        <el-form-item label="消息内容:" :hidden="type">
+        <el-form-item label="消息内容:" >
           <span class="original-content" v-html="$utils.formatText(form.content)" />
         </el-form-item>
       </el-col>

+ 7 - 4
src/views/platform/message/inner/receive.vue

@@ -124,11 +124,14 @@
                             sortBy: 'SUBJECT_',
                             label: '主题',
                             link: 'dialog',
-                            sortable: 'custom'
+                            sortable: 'custom',
+                            width: '250'
                         },
-                        { prop: 'ownerName', label: '发送人' },
-                        { prop: 'messageType', label: '消息类型', tags: typeOptions },
-                        { prop: 'createTime', label: '发送时间', dateFormat: 'yyyy-MM-dd HH:mm:ss' }
+                        { prop: 'ownerName', label: '发送人', width: '150' },
+                        { prop: 'messageType', label: '消息类型', tags: typeOptions, width: '250' },
+                        { prop: 'content', label: '消息描述' },
+
+                        { prop: 'createTime', label: '发送时间', dateFormat: 'yyyy-MM-dd HH:mm:ss', width: '250' }
                     ],
                     rowHandle: {
                         actions: [