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

@@ -44,6 +44,7 @@
type="text"
icon="el-icon-s-claim"
@click="handleClaim(scope.row)"
v-hasPermi="['workflow:process:claim']"
>签收
</el-button>
</template>