Pārlūkot izejas kodu

pms 部门列表显示 类型 公司 项目部 队伍

zhangcl 4 dienas atpakaļ
vecāks
revīzija
1b04e0b3c5
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      src/views/system/dept/index.vue

+ 5 - 0
src/views/system/dept/index.vue

@@ -67,6 +67,11 @@
         </template>
       </el-table-column>
       <el-table-column prop="sort" label="排序" />
+      <el-table-column prop="type" label="类型">
+        <template #default="scope">
+          <dict-tag :type="DICT_TYPE.DEPT_TYPE" :value="scope.row.type" />
+        </template>
+      </el-table-column>
       <el-table-column prop="status" label="状态">
         <template #default="scope">
           <dict-tag :type="DICT_TYPE.COMMON_STATUS" :value="scope.row.status" />