fix:coding#673全厂报表
This commit is contained in:
parent
15292ee455
commit
b54b1733b9
|
@ -20,7 +20,10 @@
|
||||||
<el-date-picker v-model="query.year" type="year" value-format="YYYY" format="YYYY" placeholder="年份"
|
<el-date-picker v-model="query.year" type="year" value-format="YYYY" format="YYYY" placeholder="年份"
|
||||||
class="headerSearch" v-if="query.type == 2" />
|
class="headerSearch" v-if="query.type == 2" />
|
||||||
<el-button type="primary" icon="el-icon-search" @click="getTableData"></el-button>
|
<el-button type="primary" icon="el-icon-search" @click="getTableData"></el-button>
|
||||||
<el-button type="primary" @click="exportExcel()" :loading="exportLoading">导出xlsx
|
<el-button type="primary"
|
||||||
|
@click="exportExcel()"
|
||||||
|
:loading="exportLoading"
|
||||||
|
v-auth="'export_excel'">导出xlsx
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" @click="handlePrint">打印
|
<el-button type="primary" @click="handlePrint">打印
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
|
@ -41,7 +41,10 @@
|
||||||
<el-button type="primary" icon="el-icon-search"
|
<el-button type="primary" icon="el-icon-search"
|
||||||
@click="getTableData">
|
@click="getTableData">
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" @click="exportExcel()" :loading="exportLoading">导出xlsx
|
<el-button type="primary"
|
||||||
|
@click="exportExcel()"
|
||||||
|
:loading="exportLoading"
|
||||||
|
v-auth="'export_excel'">导出xlsx
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button type="primary" @click="handlePrint">打印
|
<el-button type="primary" @click="handlePrint">打印
|
||||||
</el-button>
|
</el-button>
|
||||||
|
@ -49,9 +52,10 @@
|
||||||
</el-header>
|
</el-header>
|
||||||
<el-main class="nopadding">
|
<el-main class="nopadding">
|
||||||
<el-container>
|
<el-container>
|
||||||
<el-main class="nopadding">
|
<el-main class="nopadding" id="myReport">
|
||||||
<scTable
|
<scTable
|
||||||
ref="stlogTable"
|
ref="stlogTable"
|
||||||
|
id="myTable"
|
||||||
:apiObj="apiObjStlog"
|
:apiObj="apiObjStlog"
|
||||||
:query="query"
|
:query="query"
|
||||||
:params="params"
|
:params="params"
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="exportExcel()"
|
@click="exportExcel()"
|
||||||
:loading = "exportLoading"
|
:loading = "exportLoading"
|
||||||
|
v-auth="'export_excel'"
|
||||||
>导出xlsx
|
>导出xlsx
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="exportExcel()"
|
@click="exportExcel()"
|
||||||
:loading = "exportLoading"
|
:loading = "exportLoading"
|
||||||
|
v-auth="'export_excel'"
|
||||||
>导出xlsx
|
>导出xlsx
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="exportExcel()"
|
@click="exportExcel()"
|
||||||
:loading = "exportLoading"
|
:loading = "exportLoading"
|
||||||
|
v-auth="'export_excel'"
|
||||||
>导出xlsx
|
>导出xlsx
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
Loading…
Reference in New Issue