|
|
|
@ -380,7 +380,7 @@ export default { |
|
|
|
<el-table-column label="操作" align="center" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a v-if="scope.row.status === '进行中' && scope.row.quantityOfArrival === 0" @click="handleCancel(scope.row)">取消</a> |
|
|
|
<a v-if="scope.row.status === '进行中'" @click="handleClose(scope.row)">关闭</a> |
|
|
|
<!-- <a v-if="scope.row.status === '进行中' && scope.row.quantityOfArrival === 0" @click="handleClose(scope.row)">关闭</a>--> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
|