yanghao 1 月之前
父节点
当前提交
950ce20303
共有 2 个文件被更改,包括 9 次插入 和 1 次删除
  1. 8 1
      src/utils/dict.ts
  2. 1 0
      src/views/expert/list/index.vue

+ 8 - 1
src/utils/dict.ts

@@ -252,5 +252,12 @@ export enum DICT_TYPE {
   IOT_MODBUS_MODE = 'iot_modbus_mode', // IoT Modbus 工作模式
   IOT_MODBUS_FRAME_FORMAT = 'iot_modbus_frame_format', // IoT Modbus 帧格式
 
-  FLOW_TYPE = 'flow_type' // 流程类型
+  FLOW_TYPE = 'flow_type', // 流程类型
+
+  // ========== RD - 研发管理模块  ==========
+  RD_EXPERT_TECHNICAL = 'rd_expert_technical', //专业方向
+  RD_EXPERT_SOFTWARE = 'rd_expert_software', // 专业软件技能
+  RD_EXPERT_EDUCATION = 'rd_expert_education', // 学历
+  RD_EXPERT_RANK = 'rd_expert_rank', //专家序列
+  RD_EXPERT_ECHELON = 'rd_expert_echelon' //专家梯队
 }

+ 1 - 0
src/views/expert/list/index.vue

@@ -193,6 +193,7 @@
 <script setup lang="ts">
 import { computed, ref } from 'vue'
 import { createExpert, getExpertList } from '@/api/expert'
+import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
 
 type CellItem =
   | {