|
@@ -119,7 +119,7 @@
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="公司资产编号" prop="assetNumber" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="公司资产编号" prop="assetNumber" width="100" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column label="资产类型" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag v-if="scope.row.assetType==='1'" size="mini" type="warning">耗材</el-tag>
|
|
@@ -130,8 +130,8 @@
|
|
|
<!-- <el-table-column label="设备编号" prop="equipmentNumber" :show-overflow-tooltip="true"/>-->
|
|
|
<!-- <el-table-column label="原厂编号" prop="factoryNumber" :show-overflow-tooltip="true"/>-->
|
|
|
<el-table-column label="生产厂家" prop="factoryName" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="购入日期" prop="buyDate"/>
|
|
|
- <el-table-column label="库存数量" prop="num"/>
|
|
|
+ <el-table-column label="购入日期" prop="buyDate" width="85"/>
|
|
|
+ <el-table-column label="库存数量" prop="num" width="80"/>
|
|
|
<el-table-column label="状态" width="90">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag v-if="scope.row.status==='1'" type="success">在库</el-tag>
|