Commit 76e35396 authored by zhengke's avatar zhengke

1

parent 67c9c961
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
<div class="q-my-md text-dark" style="font-size:20px"> <div class="q-my-md text-dark" style="font-size:20px">
平台数据 平台数据
</div> </div>
<div style="display:flex;"> <div>
<el-date-picker v-model="dateList" style="width:380px;" type="daterange" :picker-options="pickerOptions0" <el-date-picker v-model="dateList" style="width:380px;" type="daterange" :picker-options="pickerOptions0"
align="right" value-format="yyyy-MM-dd" @change="searchData" unlink-panels range-separator="至" align="right" value-format="yyyy-MM-dd" @change="searchData" unlink-panels range-separator="至"
start-placeholder="开始日期" end-placeholder="结束日期"> start-placeholder="开始日期" end-placeholder="结束日期">
...@@ -184,6 +184,8 @@ ...@@ -184,6 +184,8 @@
<el-option v-for="item in myEmployeeList" :key="item.Id" :label="item.EmployeeName" :value="item.Id"> <el-option v-for="item in myEmployeeList" :key="item.Id" :label="item.EmployeeName" :value="item.Id">
</el-option> </el-option>
</el-select> </el-select>
<q-btn color="accent" style="margin-left:10px;" v-if="comType==2" class="q-mr-md" size="sm" icon="download"
label="下载" @click="downloadConsult" />
</div> </div>
</div> </div>
<div class="Check_Content" <div class="Check_Content"
...@@ -1144,6 +1146,10 @@ ...@@ -1144,6 +1146,10 @@
} }
}); });
}, },
//下载
downloadConsult(){
}
} }
} }
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment