fix:frontend i18n
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="text" @click="crud.cancelCU">{{ $t('auto.common.Cancel') }}</el-button>
|
||||
<el-button :loading="crud.cu === 2" type="primary" @click="crud.submitCU">{{ $t('auto.common.Confirm') }}</el-button>
|
||||
<el-button type="text" @click="crud.cancelCU">{{ $t('common.Cancel') }}</el-button>
|
||||
<el-button :loading="crud.cu === 2" type="primary" @click="crud.submitCU">{{ $t('common.Confirm') }}</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
<!--表格渲染-->
|
||||
@@ -45,13 +45,13 @@
|
||||
<el-table-column prop="plan_code" :label="$t('route.table_title.code')" />
|
||||
<el-table-column prop="plan_name" :label="$t('route.table_title.name')" />
|
||||
<el-table-column prop="remark" :label="$t('route.table_title.remark')" />
|
||||
<el-table-column prop="create_by" :label="$t('auto.common.create_by')" />
|
||||
<el-table-column prop="create_time" :label="$t('auto.common.create_time')" />
|
||||
<el-table-column prop="update_by" :label="$t('auto.common.update_by')" />
|
||||
<el-table-column prop="update_time" :label="$t('auto.common.update_time')" />
|
||||
<el-table-column prop="create_by" :label="$t('common.create_by')" />
|
||||
<el-table-column prop="create_time" :label="$t('common.create_time')" />
|
||||
<el-table-column prop="update_by" :label="$t('common.update_by')" />
|
||||
<el-table-column prop="update_time" :label="$t('common.update_time')" />
|
||||
<el-table-column
|
||||
v-permission="['admin','routePlan:edit','routePlan:del']"
|
||||
:label="$t('auto.common.Update')"
|
||||
:label="$t('common.Update')"
|
||||
width="150px"
|
||||
align="center"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user