|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-row>
|
|
|
+ <el-row v-loading="loading">
|
|
|
<el-col :span="8" style="width: 824px">
|
|
|
<period-date-picker
|
|
|
:start="parmValue.start"
|
|
@@ -35,18 +35,13 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import asyncRequest from "@/api/index";
|
|
|
-import setHeight from "@/mixins/index";
|
|
|
-import mixinPage from "@/mixins/elPaginationHandle";
|
|
|
import { baseApi2 } from "@/config";
|
|
|
|
|
|
export default {
|
|
|
name: "meritsTable",
|
|
|
- mixins: [mixinPage, setHeight],
|
|
|
|
|
|
data() {
|
|
|
return {
|
|
|
- name: "时间区间",
|
|
|
searchSize: "small",
|
|
|
size: "mini",
|
|
|
loading: false,
|