提交 b937fcfb 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 523adc94
......@@ -41,14 +41,6 @@
"text": "数据集合",
"value": "DATASET",
"disabled": false
}
, {
"id": "UNIRES",
"label": "统一资源",
"text": "统一资源",
"value": "UNIRES",
"disabled": false
}
]
......
......@@ -7,7 +7,6 @@ export default {
CLSourceType: {
'DEACTION': '实体行为',
'DATASET': '数据集合',
'UNIRES': '统一资源',
empty: '',
},
};
\ No newline at end of file
......@@ -7,7 +7,6 @@ export default {
CLSourceType: {
'DEACTION': '实体行为',
'DATASET': '数据集合',
'UNIRES': '统一资源',
empty: '',
},
};
\ No newline at end of file
......@@ -49,14 +49,6 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
text: '数据集合',
value: 'DATASET',
disabled: false,
},
{
id: 'UNIRES',
label: '统一资源',
text: '统一资源',
value: 'UNIRES',
disabled: false,
},
]
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册