调整
This commit is contained in:
@@ -1813,8 +1813,8 @@ export default {
|
|||||||
emailTip:'Please input the correct email address',
|
emailTip:'Please input the correct email address',
|
||||||
phoneTip:'Please enter the correct phone number',
|
phoneTip:'Please enter the correct phone number',
|
||||||
node:'Root Node',
|
node:'Root Node',
|
||||||
delSure:'Are you sure to delete the data item with TenantName: 【{title}】?',
|
delSure:'Are you sure to delete the data item with TenantName: {title}?',
|
||||||
delTypeSure:'Are you sure to delete the data item with Tenancy Asset: 【{tenancyAsset}】,Asset Key:【{tenancyKey}】?',
|
delTypeSure:'Are you sure to delete the data item with Tenancy Asset: {tenancyAsset}, Asset Key: {tenancyKey}?',
|
||||||
open:'Exhibition',
|
open:'Exhibition',
|
||||||
close:'Fold',
|
close:'Fold',
|
||||||
addClass:'Add Tenant',
|
addClass:'Add Tenant',
|
||||||
|
|||||||
@@ -957,7 +957,6 @@ onMounted(() => {
|
|||||||
>
|
>
|
||||||
<a-select
|
<a-select
|
||||||
v-model:value="modalState.typeFrom.tenancyType"
|
v-model:value="modalState.typeFrom.tenancyType"
|
||||||
allow-clear
|
|
||||||
:options="dict.sysTenancyType"
|
:options="dict.sysTenancyType"
|
||||||
@change="fnTypeChange"
|
@change="fnTypeChange"
|
||||||
>
|
>
|
||||||
@@ -974,7 +973,7 @@ onMounted(() => {
|
|||||||
v-bind="modalStateTypeFrom.validateInfos.tenancyKey"
|
v-bind="modalStateTypeFrom.validateInfos.tenancyKey"
|
||||||
v-show="
|
v-show="
|
||||||
modalState.typeFrom.tenancyType == 'IMSI' ||
|
modalState.typeFrom.tenancyType == 'IMSI' ||
|
||||||
modalState.typeFrom.tenancyType == ''
|
!modalState.typeFrom.tenancyType
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<a-input
|
<a-input
|
||||||
|
|||||||
Reference in New Issue
Block a user