|
@@ -42,8 +42,8 @@
|
|
42
|
{{scope.row.calledProvince ? showCh(scope.row.calledProvince, province_ch) : scope.row.calledProvince}}
|
42
|
{{scope.row.calledProvince ? showCh(scope.row.calledProvince, province_ch) : scope.row.calledProvince}}
|
|
43
|
</template>
|
43
|
</template>
|
|
44
|
</el-table-column>
|
44
|
</el-table-column>
|
|
|
|
45
|
+ <el-table-column prop="submitTime" label="出库日期" align="center" width="115" />
|
|
45
|
<el-table-column prop="outboundTime" label="填写时间" align="center" width="115" />
|
46
|
<el-table-column prop="outboundTime" label="填写时间" align="center" width="115" />
|
|
46
|
- <el-table-column prop="submitTime" label="提交时间" align="center" width="115" />
|
|
|
|
47
|
<el-table-column fixed="right" label="操作" width="150" align="center">
|
47
|
<el-table-column fixed="right" label="操作" width="150" align="center">
|
|
48
|
<template #default="{ row }">
|
48
|
<template #default="{ row }">
|
|
49
|
<el-button link type="success" size="small" @click="openDetail(row, 'look')">查看</el-button>
|
49
|
<el-button link type="success" size="small" @click="openDetail(row, 'look')">查看</el-button>
|