在宇道管理系统中如何调用字典管理里边的数据vue3+element plus

//一:在表格中翻译字典管理里边的数据 
//getIntDictOptions('sl_system_project_scope').find(item => item.value === scope.row.dataScope)?.label }}
import {
   
    
     getIntDictOptions } from '@/utils/dict' //在页面引入字典管理
 <el-table
      ref="singleTableRef"
      :data="tableData"
      highlight-current-row
  
      @current-change="handleCurrentChange"
      style="
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-top: 10px;
        height

猜你喜欢

转载自blog.csdn.net/u010782109/article/details/131753962
今日推荐