|
|
@ -151,9 +151,9 @@ |
|
|
|
<el-button @click="handleWatch(scope.row)" type="text" size="small" class="">查看</el-button> |
|
|
|
<!-- <el-button @click="handleDispose(scope.row)" type="text" size="small" class="">{{scope.row.deliverystatus==0?"派件":"办理"}}</el-button> |
|
|
|
--> |
|
|
|
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" class="">处理</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" class="">派件</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" class="">审核</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if="scope.row.status == 'assigned'">处理</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" v-if="scope.row.status !='assigned'">派件</el-button> |
|
|
|
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" v-if="scope.row.operationType === '9'">审核</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|