|
@@ -177,7 +177,7 @@
|
|
<div>{{ scope.row.status1 | status1Filter }}</div>
|
|
<div>{{ scope.row.status1 | status1Filter }}</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
- <el-table-column align="center" label="仓库状态" prop="status2" min-width="100" show-overflow-tooltip v-if="!listItem">
|
|
|
|
|
|
+ <el-table-column align="center" label="仓库状态" prop="status2" min-width="100" show-overflow-tooltip >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div>{{ status2Filter(scope.row) }}</div>
|
|
<div>{{ status2Filter(scope.row) }}</div>
|
|
</template>
|
|
</template>
|