|
@@ -33,7 +33,7 @@
|
|
|
<el-table-column type="index" width="60"></el-table-column>
|
|
|
<el-table-column prop="equipmentNo" :label="$t('basic.equipmentNo')" width="130" sortable></el-table-column>
|
|
|
<el-table-column prop="hillNumber" :label="$t('mold.hillNumber')" width="80" align="center" sortable></el-table-column>
|
|
|
- <el-table-column prop="useLife" :label="$t('mold.useLife')" width="100" align="center" sortable>
|
|
|
+ <el-table-column prop="useLife" :label="$t('basic.useLife')" width="100" align="center" sortable>
|
|
|
<template slot-scope="scope">{{scope.row.useLife}}{{$t('basic.year')}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="useLife" :label="$t('basic.diffTime')" width="100" align="center" sortable>
|