Browse Source

refactor(权限控制): 移除新建按钮的权限判断条件

liujt 9 tháng trước cách đây
mục cha
commit
8a5746c14c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/appUpdate/index.vue

+ 0 - 1
src/views/appUpdate/index.vue

@@ -21,7 +21,6 @@
             icon="el-icon-plus"
             class="ele-btn-icon"
             @click="openEdit('', 'add')"
-            v-if="$hasPermission('main:version:save')"
           >
             新建
           </el-button>