deason 6 年之前
父节点
当前提交
fbddc7ace4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/print/view/ProjectStatistic.vue

+ 1 - 1
src/modules/print/view/ProjectStatistic.vue

@@ -56,7 +56,7 @@
               type="primary"
               icon="el-icon-plus"
               :disabled="!hasPermit"
-              v-show="!checkEmptyNumber(formSearch.examId)"
+              v-show="!checkEmptyNumber(formSearch.examId) && hasPermit"
               @click="openOtherSettingDialog"
               >新增其它事项
             </el-button>