dc3f8896 by lihua

敏感数据识别数据来源没有文件夹

1 parent 733b166a
......@@ -33,7 +33,13 @@ const searchItemList = ref([{
label: "",
field: "dataSource",
default: null,
options: dataSourceTypeList,
options: [{
value: 1,
label: '数据库'
}, {
value: 2,
label: '文件导入'
}],
placeholder: "数据来源",
clearable: true,
filterable: true,
......@@ -213,7 +219,13 @@ const newCreateTaskFormItems = ref([{
placeholder: '请选择',
field: 'dataSource',
default: 1,
options: dataSourceTypeList,
options: [{
value: 1,
label: '数据库'
}, {
value: 2,
label: '文件导入'
}],
props: {
label: "label",
value: "value",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!