|
@@ -56,7 +56,7 @@
|
|
|
<!-- 序号 -->
|
|
|
<el-table-column type="index" :label="$t('message.tableI18nColumn.index')" width="80" align="center" />
|
|
|
<!-- 类型 -->
|
|
|
- <el-table-column prop="types" :label="$t('message.formI18nLabel.type')" width="70" align="center">
|
|
|
+ <el-table-column prop="types" :label="$t('message.formI18nLabel.type')" :width="currentLocale == 'en' ? 100 : 70" align="center">
|
|
|
<template #default="scope">
|
|
|
<!-- 主链 -->
|
|
|
<el-tag size="small" v-if="scope.row.types == 1">{{$t('message.ruleEngine.mainChain')}}</el-tag>
|