测试打包

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"
icon="el-icon-tickets"
@click="handleOutboundOrder(row)"
v-if="row.taskStatus == 35"
>
出库单
</el-button>

View File

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

View File

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