|
@@ -42,9 +42,7 @@
|
|
|
<el-table :data="allocations" :height="tableHeight" highlight-current-row v-loading="listLoading" @selection-change="handleSelectionChange" style="width: 100%;">
|
|
|
<el-table-column type="selection" width="50"></el-table-column>
|
|
|
<el-table-column type="index" width="60"></el-table-column>
|
|
|
- <el-table-column prop="equipmentNo" label="云模盒编号" width="180" sortable>
|
|
|
- <template slot-scope="scope">12345678998765432132</template>
|
|
|
- </el-table-column>
|
|
|
+ <el-table-column prop="equipmentNo" label="云模盒编号" width="180" sortable></el-table-column>
|
|
|
<el-table-column prop="hillNumber" label="电量" width="80" align="center" sortable></el-table-column>
|
|
|
<el-table-column prop="useLife" label="使用年限" width="100" align="center" sortable>
|
|
|
<template slot-scope="scope">{{scope.row.useLife}}年</template>
|