测试打包

This commit is contained in:
BianLzhaoMin 2024-07-08 11:01:05 +08:00
parent 962e1bbad8
commit 33f6069fea
3 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@
style="color: #67c23a" style="color: #67c23a"
icon="el-icon-tickets" icon="el-icon-tickets"
@click="handleOutboundOrder(row)" @click="handleOutboundOrder(row)"
v-if="row.taskStatus == 35"
> >
出库单 出库单
</el-button> </el-button>

View File

@ -78,6 +78,7 @@
/> />
</template> </template>
</el-table-column> </el-table-column>
<!-- 操作列 -->
<el-table-column align="center" label="操作"> <el-table-column align="center" label="操作">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button

View File

@ -78,6 +78,7 @@
/> />
</template> </template>
</el-table-column> </el-table-column>
<!-- 操作列 -->
<el-table-column align="center" label="操作"> <el-table-column align="center" label="操作">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button