|
@@ -68,7 +68,7 @@
|
|
|
@click="openForm('create')"
|
|
@click="openForm('create')"
|
|
|
>
|
|
>
|
|
|
<Icon class="mr-5px" icon="ep:plus" />
|
|
<Icon class="mr-5px" icon="ep:plus" />
|
|
|
- {{ t('common.common') }}
|
|
|
|
|
|
|
+ {{ t('common.add') }}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-hasPermi="['system:dict:export']"
|
|
v-hasPermi="['system:dict:export']"
|
|
@@ -114,7 +114,7 @@
|
|
|
{{t('public.update')}}
|
|
{{t('public.update')}}
|
|
|
</el-button>
|
|
</el-button>
|
|
|
<router-link :to="'/dict/type/data/' + scope.row.type">
|
|
<router-link :to="'/dict/type/data/' + scope.row.type">
|
|
|
- <el-button link type="primary">数据</el-button>
|
|
|
|
|
|
|
+ <el-button link type="primary">{{t('system.data')}}</el-button>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
<el-button
|
|
<el-button
|
|
|
v-hasPermi="['system:dict:delete']"
|
|
v-hasPermi="['system:dict:delete']"
|