Browse Source

始宁农业管理后台:消息通知

panyong 2 years ago
parent
commit
6a69cc890a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      htmldev/shiningManage/src/views/contentManage/notify/index.vue

+ 0 - 5
htmldev/shiningManage/src/views/contentManage/notify/index.vue

@@ -55,11 +55,6 @@
       border
       :max-height="vheight">
       <el-table-column label="标题" prop="msg_title" show-overflow-tooltip></el-table-column>
-      <el-table-column label="内容" prop="msg_content" min-width="200" show-overflow-tooltip>
-        <template slot-scope="scope">
-          <p v-html="scope.row.msg_content"></p>
-        </template>
-      </el-table-column>
       <el-table-column label="状态" prop="msg_status">
         <template slot-scope="scope">
           <p>{{ getMsgStatusText(scope.row.msg_status) }}</p>