3edc7a5c by lihua

修改数据来源名称

1 parent 9d1b9afc
...@@ -132,7 +132,7 @@ export const execSensitiveDataTask = (guid) => request({ ...@@ -132,7 +132,7 @@ export const execSensitiveDataTask = (guid) => request({
132 /** 数据来源类型 */ 132 /** 数据来源类型 */
133 export const dataSourceTypeList = [{ 133 export const dataSourceTypeList = [{
134 value: 1, 134 value: 1,
135 label: '数据' 135 label: '数据'
136 }, { 136 }, {
137 value: 2, 137 value: 2,
138 label: '文件导入' 138 label: '文件导入'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!