| | |
| | | width="20" |
| | | align="center" |
| | | /> |
| | | |
| | | <!-- :label="item.alias"--> |
| | | <el-table-column |
| | | min-width="135" |
| | | v-for="(item, index) in attributeData" |
| | | :key="index" |
| | | :label="item.alias" |
| | | :label="$i18n.locale == 'zh' ? item.alias : item.field" |
| | | :prop="item.field" |
| | | show-overflow-tooltip |
| | | align="center" |
| | |
| | | :label="$t('dataManage.vmobj.createontime')" |
| | | :formatter="formatData" |
| | | /> |
| | | <el-table-column min-width="180" :label="$t('common.operate')"> |
| | | <el-table-column min-width="210" :label="$t('common.operate')"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | @click="showDetail(scope.row)" |