Compare commits

..

No commits in common. "20ed6e09e3306d1de56d6fc6d2a6a977586cf57c" and "5db7236523e1c808b99683ae37f28adaa1cf2eee" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -75,9 +75,7 @@
<el-table-column label="设备编码" align="center" prop="devCode" :show-overflow-tooltip="true" width="140px"/>
<el-table-column label="当前自用" align="center" prop="useNum" :show-overflow-tooltip="true"/>
<el-table-column label="退库数量" align="center" prop="num" :show-overflow-tooltip="true"/>
<el-table-column label="出库日期" align="center" prop="updateTime" min-width="55px"/>
<el-table-column label="退库日期" align="center" prop="useTime" width="160px"/>
<el-table-column label="是否维修" align="center" prop="isRepair" width="160px">
<template slot-scope="scope">
<el-tag v-if="scope.row.isRepair == '0'" type="warning"></el-tag>

View File

@ -125,8 +125,6 @@
/>
</template>
</el-table-column>
<el-table-column label="出库日期" align="center" prop="updateTime" min-width="55px"/>
<el-table-column label="退库日期" align="center" prop="useTime" width="160px">
<template slot-scope="scope">
<el-date-picker