瀏覽代碼

消息已读未读

zhengxin 1 月之前
父節點
當前提交
e36b880e99
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/personal/notice/index.vue

+ 2 - 2
src/views/personal/notice/index.vue

@@ -47,7 +47,7 @@
           show-overflow-tooltip
         >
           <template slot-scope="scope">
-            {{ scope.row.status == '0' ? '正常' : '关闭' }}
+            {{ scope.row.status == '0' ? '未读' : '已读' }}
           </template>
         </el-table-column>
         <el-table-column
@@ -131,7 +131,7 @@
           <el-row :gutter="20">
             <el-col :span="12">
               <el-form-item label="状态:">
-                {{ form.status == '0' ? '正常' : '关闭' }}
+                {{ form.status == '0' ? '未读' : '已读' }}
               </el-form-item>
             </el-col>
             <el-col :span="12">