Browse Source

流程配置,增加数据资产

master^2
xueyinfei 2 weeks ago
parent
commit
19848901ec
  1. 7
      vue-fastapi-frontend/src/views/system/flow/conf.vue

7
vue-fastapi-frontend/src/views/system/flow/conf.vue

@ -62,7 +62,12 @@ import { listRole } from "@/api/system/role";
import {getFlowConfList,saveFlowConfig } from "@/api/flow/flow";
const { proxy } = getCurrentInstance();
const moduleList = ref([{'module':'metaDataInfo','text':'元数据'},{'module':'dataStdMain','text':'数据标准'},{'module':'dataStdDict','text':'数据字典'},{'module':'dataStdCode','text':'标准代码'},{'module':'other','text':'其他模块(敬请期待)'}])
const moduleList = ref([{'module':'metaDataInfo','text':'元数据'},
{'module':'dataStdMain','text':'数据标准'},
{'module':'dataStdDict','text':'数据字典'},
{'module':'dataStdCode','text':'标准代码'},
{'module':'dataAssetMain','text':'数据资产'},
{'module':'other','text':'其他模块(敬请期待)'}])
let graph = null
const roleList = ref([])
const data = ref([])

Loading…
Cancel
Save