瀏覽代碼

1.修改系统公告显示bug

sss 3 年之前
父節點
當前提交
9afdba7a1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dm/announce/index.vue

+ 1 - 1
src/views/dm/announce/index.vue

@@ -47,7 +47,7 @@
               :data="scope.row"
               :permission="permission"
             />
-            <el-button v-if="!scope.row.isCancel" size="mini" @click="toCancel(scope.row.id)">取消</el-button>
+            <el-button v-if="!scope.row.isCancel && !scope.row.sendState" size="mini" @click="toCancel(scope.row.id)">取消</el-button>
           </template>
         </el-table-column>
       </el-table>