|
|
|
@ -26,14 +26,13 @@
|
|
|
|
|
<!-- show-overflow-tooltip></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="所属分库" prop="invSubStorageName"-->
|
|
|
|
|
<!-- show-overflow-tooltip width="150"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="状态" prop="status"-->
|
|
|
|
|
<!-- show-overflow-tooltip width="150">-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-tag>-->
|
|
|
|
|
<!-- {{ statusMap[scope.row.status] }}-->
|
|
|
|
|
<!-- </el-tag>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-table-column>-->
|
|
|
|
|
<el-table-column label="状态" prop="status" show-overflow-tooltip width="150">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag>
|
|
|
|
|
{{ statusMap[scope.row.status] }}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="备注" prop="remark"></el-table-column>
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|