测试打包
This commit is contained in:
parent
962e1bbad8
commit
33f6069fea
|
|
@ -178,6 +178,7 @@
|
|||
style="color: #67c23a"
|
||||
icon="el-icon-tickets"
|
||||
@click="handleOutboundOrder(row)"
|
||||
v-if="row.taskStatus == 35"
|
||||
>
|
||||
出库单
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 操作列 -->
|
||||
<el-table-column align="center" label="操作">
|
||||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@
|
|||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 操作列 -->
|
||||
<el-table-column align="center" label="操作">
|
||||
<template slot-scope="{ row }">
|
||||
<el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue