|
|
@@ -106,8 +106,8 @@
|
|
|
</template>
|
|
|
<!-- 状态 -->
|
|
|
<template v-slot:verifyStatus="{ row }">
|
|
|
- <span :class="status[row.verifyStatus + -1].class">
|
|
|
- {{ status[row.verifyStatus - 1].label }}
|
|
|
+ <span :class="status[row.verifyStatus].class">
|
|
|
+ {{ status[row.verifyStatus].label }}
|
|
|
</span>
|
|
|
</template>
|
|
|
<!-- 单号链接 -->
|
|
|
@@ -244,6 +244,7 @@
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
{
|
|
|
+ width: 160,
|
|
|
prop: 'createTime',
|
|
|
label: '入库时间',
|
|
|
align: 'center',
|