@@ -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>