style: 系统角色分配标题多语言翻译
This commit is contained in:
@@ -184,7 +184,7 @@ type ModalStateType = {
|
|||||||
/**对话框对象信息状态 */
|
/**对话框对象信息状态 */
|
||||||
let modalState: ModalStateType = reactive({
|
let modalState: ModalStateType = reactive({
|
||||||
visibleBySelectUser: false,
|
visibleBySelectUser: false,
|
||||||
title: '选择用户',
|
title: t('views.system.role.distributeUser'),
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -237,7 +237,6 @@ watch(
|
|||||||
<template>
|
<template>
|
||||||
<ProModal
|
<ProModal
|
||||||
:drag="true"
|
:drag="true"
|
||||||
:width="800"
|
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
:forceFullscreen="true"
|
:forceFullscreen="true"
|
||||||
:title="props.title"
|
:title="props.title"
|
||||||
@@ -302,7 +301,7 @@ watch(
|
|||||||
:loading="tableState.loading"
|
:loading="tableState.loading"
|
||||||
:data-source="tableState.data"
|
:data-source="tableState.data"
|
||||||
:size="tableState.size"
|
:size="tableState.size"
|
||||||
:scroll="{ scrollToFirstRowOnChange: true, y: 400, x: 600 }"
|
:scroll="{ scrollToFirstRowOnChange: true }"
|
||||||
:pagination="tablePagination"
|
:pagination="tablePagination"
|
||||||
:row-selection="{
|
:row-selection="{
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user