Browse Source

fix:[模板管理]优化

lkf
15881625488@163.com 2 months ago
parent
commit
1c6949259c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/business/template/list.vue

+ 1
- 1
src/views/business/template/list.vue View File

@ -33,7 +33,7 @@
<el-table-column :label="$t('page.system.template.sn')" align="center" prop="showSn" />
<el-table-column :label="$t('page.system.template.name')" align="center">
<template slot-scope="scope">
<span v-if="$i18n.locale === 'zh_CN'">{{ cscopeope.row.name }}</span>
<span v-if="$i18n.locale === 'zh_CN'">{{ scope.row.name }}</span>
<span v-else>{{ scope.row.nameEn }}</span>
</template>
</el-table-column>

Loading…
Cancel
Save