|
@@ -34,6 +34,8 @@
|
|
|
<span v-else-if="scope.row.checkType == 'JKFC'">进口返程</span>
|
|
|
<span v-else-if="scope.row.checkType == 'REPAIR'">修箱</span>
|
|
|
<span v-else-if="scope.row.checkType == 'WASH'">洗箱</span>
|
|
|
+ <span v-else-if="scope.row.checkType == 'BGJK'">报关进口</span>
|
|
|
+ <span v-else-if="scope.row.checkType == 'BGCK'">报关出口</span>
|
|
|
</template>
|
|
|
<template slot="menuLeft">
|
|
|
<el-button size="small" type="success" :disabled="selectionList.length == 0" @click.stop="batchCheck">批量审批
|