125、126、128
This commit is contained in:
parent
d5f450790b
commit
4254623a44
|
@ -10,7 +10,7 @@
|
|||
</a-col>
|
||||
</a-row>
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="6" :sm="6">
|
||||
<a-col :md="4" :sm="4">
|
||||
<a-form-item label="数据类型">
|
||||
<a-select placeholder="选择数据类型" option-filter-prop="children" v-model="queryParam.schemaMass" @change="handleTypeChange">
|
||||
<a-select-option v-for="d in dataTypedataSources" :key="d.cnName">
|
||||
|
@ -19,17 +19,17 @@
|
|||
</a-select>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="6" :sm="6">
|
||||
<a-col :md="8" :sm="8">
|
||||
<a-form-item label="时间范围">
|
||||
<a-range-picker :default-value="defaultTime" show-time :show-time="{ format: 'HH:mm:ss' }" :format="dateFormat" @change="onChangeTime" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="5" :sm="6">
|
||||
<a-col :md="5" :sm="5">
|
||||
<a-form-item label="关键词">
|
||||
<a-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :md="7" :sm="6">
|
||||
<a-col :md="7" :sm="7">
|
||||
<a-button @click="getTableDataList" type="primary">查询</a-button>
|
||||
<a-button @click="exportTool" type="primary">导出dmp</a-button>
|
||||
<a-button @click="handleAdd" type="primary">导出csv、txt</a-button>
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
},
|
||||
getTables(){
|
||||
this.cleaningVarianceData =[['product', '原始库', '标准库']];
|
||||
this.cleaningVarianceData =[['product', '贴源库', '集成库']];
|
||||
getAction("/dataAnalysis/getClnDiffStats",{}).then((res)=>{
|
||||
if(res.success){
|
||||
res.result.schemaNames.forEach(row => {
|
||||
|
|
|
@ -233,7 +233,7 @@ export default {
|
|||
audio: 0,
|
||||
total: 0,
|
||||
},
|
||||
viewFileType:["png","bmp","jpg","jpeg","mp4","avi","mp3","pdf"]
|
||||
viewFileType:["png","bmp","jpg","jpeg","mp4","mp3","pdf"]
|
||||
}
|
||||
},
|
||||
created() {},
|
||||
|
|
Loading…
Reference in New Issue
Block a user