| | |
| | | </el-row> |
| | | </el-form> |
| | | </el-col> |
| | | <el-col style="display:flex; justify-content:flex-end; align-items:center; margin-bottom:10px;"> |
| | | <right-toolbar |
| | | v-model:showSearch="showSearch" |
| | | @queryTable="handleQuery" |
| | | @resetTable="resetQuery" |
| | | ></right-toolbar> |
| | | </el-col> |
| | | <el-col> |
| | | <div ref="chartRef" :style="{ width:width,height:height,border: '1px solid #ccc' }" v-loading="loading"> |
| | | <div style="text-align: center;margin-top: 50px;color: #999;">暂无数据</div> |
| | |
| | | }); |
| | | const { queryParams } = toRefs(data); |
| | | const chartRef = ref(null); |
| | | const height = ref(document.documentElement.clientHeight - 180 + "px"); |
| | | const height = ref(document.documentElement.clientHeight - 220 + "px"); |
| | | const width = ref(document.documentElement.clientWidth - 240 + "px"); |
| | | |
| | | const showSearch = ref(false); |
| | | const showSearch = ref(true); |
| | | const loading = ref(false); |
| | | |
| | | /* const dataList = [ |