Browse Source

处理消息区所有消息的操作权限

huangjn 3 năm trước cách đây
mục cha
commit
1c040fac0d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/news/news.vue

+ 1 - 1
src/views/news/news.vue

@@ -35,7 +35,7 @@
         <el-button
           size="small"
           @click="changeProgres(scope.row)"
-          v-show="!scope.row.isCurrent"
+          v-show="scope.operation"
         >提交进度</el-button>
       </template>
       <!-- 处理状态 -->