|
|
@@ -45,12 +45,10 @@
|
|
|
</el-row>
|
|
|
</el-header>
|
|
|
|
|
|
- <el-main style="padding: 0 20px;">
|
|
|
+ <el-main style="padding: 0 20px;height: 80vh">
|
|
|
<el-card shadow="hover">
|
|
|
<el-form ref="queryFormRef" :model="queryParams" :inline="true">
|
|
|
<el-row justify="space-between" align="middle" style="width: 100%">
|
|
|
- <el-col :span="20">
|
|
|
- <el-space wrap>
|
|
|
<el-form-item prop="sourceName">
|
|
|
<el-input v-model="queryParams.sourceName" placeholder="请输入文件名称" @input="getRecordList" clearable />
|
|
|
</el-form-item>
|
|
|
@@ -73,11 +71,8 @@
|
|
|
<el-date-picker v-model="dateRange" type="daterange" range-separator="-" start-placeholder="开始日期"
|
|
|
end-placeholder="结束日期" :disabled="diyFlag" :clearable="false" @change="handleDateRangeChange" />
|
|
|
</el-form-item>
|
|
|
- </el-space>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" style="text-align: right;">
|
|
|
- <el-button type="warning" plain icon="Download" style="margin-bottom: 15px" @click="handleExport">报表导出</el-button>
|
|
|
- </el-col>
|
|
|
+ <el-button type="warning" plain icon="Download" style="margin-bottom: 15px" @click="handleExport">报表导出
|
|
|
+ </el-button>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
|
|
|
@@ -181,7 +176,7 @@ import {
|
|
|
} from '@/api/smsb/source/play_record';
|
|
|
import {SourcePlayRecordForm, SourcePlayRecordQuery, SourcePlayRecordVO} from '@/api/smsb/source/play_record_type';
|
|
|
import {onUnmounted} from 'vue';
|
|
|
-import { Picture, VideoCameraFilled } from '@element-plus/icons-vue';
|
|
|
+import {Picture, VideoCameraFilled} from '@element-plus/icons-vue';
|
|
|
|
|
|
const {proxy} = getCurrentInstance() as ComponentInternalInstance;
|
|
|
const {smsb_source_classify, smsb_source_type, smsb_item_type} = toRefs<any>(
|