fix:coding#673烧成工序
This commit is contained in:
parent
607546ba7d
commit
488ab287d4
|
@ -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>
|
||||||
|
|
|
@ -32,6 +32,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