|
|
@@ -55,7 +55,7 @@ |
|
|
|
</template> |
|
|
|
</el-table-column> --> |
|
|
|
<el-table-column type="selection" header-align="center" align="center" width="50"></el-table-column> |
|
|
|
<el-table-column prop="id" label="申请编号" width="100"></el-table-column> |
|
|
|
<el-table-column prop="applyNo" label="申请编号" width="100"></el-table-column> |
|
|
|
<el-table-column prop="storeCode" label="仓库编号" width="100"></el-table-column> |
|
|
|
<el-table-column prop="storeCode" label="仓库名称"> |
|
|
|
<template v-slot="scope"> |
|
|
@@ -75,7 +75,7 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="inventoryType" label="采购设备类型" min-width="120"> |
|
|
|
<template v-slot="scope"> |
|
|
|
<span>{{ getDictLabel(typeList, scope.row.inventoryType) }}</span> |
|
|
|
<span>{{ getDictLabel(inventoryTypeList, scope.row.inventoryType) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="version" label="设备版本" min-width="100"> |