mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
ref: 角色数据权限菜单I18N 修改
This commit is contained in:
parent
604fd963f3
commit
8293514627
@ -35,7 +35,7 @@
|
||||
</el-dialog>
|
||||
|
||||
<!--校验失败错误数据-->
|
||||
<el-dialog :title="$t('common.validationFailureData')" v-model="state.errorVisible">
|
||||
<el-dialog :title="$t('excel.validationFailureData')" v-model="state.errorVisible">
|
||||
<el-table :data="state.errorData">
|
||||
<el-table-column property="lineNum" :label="$t('excel.lineNumbers')" width="100"></el-table-column>
|
||||
<el-table-column property="errors" :label="$t('excel.misDescription')" show-overflow-tooltip>
|
||||
|
@ -228,8 +228,8 @@ export function parseDate(time, pattern) {
|
||||
return time_str;
|
||||
}
|
||||
|
||||
export const dateTimeStr: string = 'YYYY-MM-DD hh:mm:ss';
|
||||
export const dateTimeStr: string = 'YYYY-MM-DD HH:mm:ss';
|
||||
|
||||
export const dateStr: string = 'YYYY-MM-DD';
|
||||
|
||||
export const timeStr: string = 'hh:mm:ss';
|
||||
export const timeStr: string = 'HH:mm:ss';
|
||||
|
@ -124,7 +124,7 @@ const dataRules = ref({
|
||||
],
|
||||
roleDesc: [{ max: 128, message: '长度在 128 个字符内', trigger: 'blur' }],
|
||||
dsType: [{ required: true, message: '请选择数据权限类型', trigger: 'blur' }],
|
||||
menu_authority: [{ required: true, message: '菜单权限不能为空', trigger: 'blur' }],
|
||||
menu_authority: [{ required: true, message: '数据权限不能为空', trigger: 'blur' }],
|
||||
});
|
||||
|
||||
const dictType = ref([
|
||||
|
@ -13,7 +13,7 @@ export default {
|
||||
please_enter_a_role_name: '请输入角色名称',
|
||||
please_enter_the_role_Code: '请输入角色标识',
|
||||
please_enter_the_role_description: '请输入角色描述',
|
||||
menu_authority: '菜单权限',
|
||||
menu_authority: '数据权限',
|
||||
please_select: 'please select',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user