fix(办公管理): 完善权限按钮标识

This commit is contained in:
konbai
2022-07-23 21:31:27 +08:00
parent 0c293e0284
commit ad9132e857
7 changed files with 45 additions and 21 deletions

View File

@@ -62,7 +62,8 @@
type="text"
icon="el-icon-edit-outline"
@click="handleProcess(scope.row)"
>处理
v-hasPermi="['workflow:process:approval']"
>办理
</el-button>
</template>
</el-table-column>