fix : 调整部门管理演示,优化移动端详情

This commit is contained in:
2024-06-30 22:49:37 +08:00
parent 47a5cd3338
commit 09e2bfc605
11 changed files with 59 additions and 37 deletions

View File

@@ -32,6 +32,11 @@
<el-table-column prop="departmentMark" label="部门标志"/>
<el-table-column prop="departmentCode" label="部门编码"/>
<el-table-column prop="departmentName" label="部门名称"/>
<el-table-column prop="matrix" label="矩阵审批">
<template #default="scope">
<el-tag :type="scope.row.matrix?'success':'danger'"> {{scope.row.matrix?'完备':'缺失'}}</el-tag>
</template>
</el-table-column>
<el-table-column prop="createTime" label="创建时间"/>
<el-table-column prop="oper" label="操作">
<template #default="{ row }">