This commit is contained in:
linfso 2024-11-27 16:01:59 +08:00
parent c4795b79c3
commit ad3cfc715c

View File

@ -78,6 +78,7 @@
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
<!-- <el-table-column prop="domainName" label="所属域" align="center" width="90"></el-table-column> -->
<el-table-column prop="orderNum" label="排序" width="80"></el-table-column>
<el-table-column prop="leader" label="负责人" width="100"></el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>