fix: 文本错误
parent
089d3bbd9b
commit
643b44862a
|
@ -97,7 +97,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||||
<TableAction
|
<TableAction
|
||||||
:actions="[
|
:actions="[
|
||||||
{
|
{
|
||||||
label: $t('ui.actionTitle.create', ['短信渠道']),
|
label: $t('ui.actionTitle.create', ['参数列表']),
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: ACTION_ICON.ADD,
|
icon: ACTION_ICON.ADD,
|
||||||
auth: ['infra:config:create'],
|
auth: ['infra:config:create'],
|
||||||
|
|
|
@ -117,7 +117,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||||
<TableAction
|
<TableAction
|
||||||
:actions="[
|
:actions="[
|
||||||
{
|
{
|
||||||
label: $t('ui.actionTitle.create', ['短信渠道']),
|
label: $t('ui.actionTitle.create', ['站内信模板']),
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: ACTION_ICON.ADD,
|
icon: ACTION_ICON.ADD,
|
||||||
auth: ['system:notify-template:create'],
|
auth: ['system:notify-template:create'],
|
||||||
|
|
|
@ -96,7 +96,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
|
||||||
<TableAction
|
<TableAction
|
||||||
:actions="[
|
:actions="[
|
||||||
{
|
{
|
||||||
label: $t('ui.actionTitle.create', ['短信渠道']),
|
label: $t('ui.actionTitle.create', ['岗位']),
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
icon: ACTION_ICON.ADD,
|
icon: ACTION_ICON.ADD,
|
||||||
auth: ['system:post:create'],
|
auth: ['system:post:create'],
|
||||||
|
|
Loading…
Reference in New Issue