diff --git a/src/views/DMPTesting/index.vue b/src/views/DMPTesting/index.vue index 113a529e..d7ce48d3 100644 --- a/src/views/DMPTesting/index.vue +++ b/src/views/DMPTesting/index.vue @@ -86,6 +86,16 @@ :value="item.version" /> + + + + + 搜索
@@ -263,6 +273,7 @@ export default { }, chartLeft: { version: 2, + queryType: 1, uploadTime: '', // 查询时间 tags: '', // 多选tag mail: '15158080631@163.com' // 发送邮箱 @@ -303,6 +314,10 @@ export default { versionArray: [ { version: 1, display_name: '旧版查询' }, { version: 2, display_name: '新版查询' } + ], + queryDateArray: [ + { type: 1, display_name: '方式一' }, + { type: 2, display_name: '方式二' } ] } },