fix:coding#673电石渣工序
This commit is contained in:
parent
520004edb9
commit
6598a4f845
|
@ -6,6 +6,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 type="primary" @click="handlePrint">打印 </el-button>
|
<el-button type="primary" @click="handlePrint">打印 </el-button>
|
||||||
|
|
|
@ -6,6 +6,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 type="primary" @click="handlePrint">打印 </el-button>
|
<el-button type="primary" @click="handlePrint">打印 </el-button>
|
||||||
|
|
|
@ -19,6 +19,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 type="primary" @click="handlePrint">打印 </el-button>
|
<el-button type="primary" @click="handlePrint">打印 </el-button>
|
||||||
|
|
|
@ -19,6 +19,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 type="primary" @click="handlePrint">打印 </el-button>
|
<el-button type="primary" @click="handlePrint">打印 </el-button>
|
||||||
|
|
Loading…
Reference in New Issue