fix:coding#673水泥包装工序

This commit is contained in:
shijing 2024-12-06 09:36:17 +08:00
parent 5f58446d6d
commit 9c59ebbfc5
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
type="primary"
@click="exportExcel()"
:loading="exportLoading"
v-auth="'export_excel'"
>导出xlsx
</el-button>
<el-button type="primary" @click="handlePrint">打印 </el-button>

View File

@ -19,6 +19,7 @@
type="primary"
@click="exportExcel()"
:loading="exportLoading"
v-auth="'export_excel'"
>导出xlsx
</el-button>
<el-button type="primary" @click="handlePrint">打印 </el-button>

View File

@ -19,6 +19,7 @@
type="primary"
@click="exportExcel()"
:loading="exportLoading"
v-auth="'export_excel'"
>导出xlsx
</el-button>
<el-button type="primary" @click="handlePrint">打印 </el-button>