This commit is contained in:
lai
2024-07-18 11:26:15 +08:00
parent 15f6cf0b4c
commit 636c7a5939
3 changed files with 40 additions and 9 deletions

View File

@@ -903,6 +903,8 @@ export default {
imsiMode:'IMSI Matching Mode',
fuzzyMatch:'Fuzzy Match',
prefixMatch:'Prefix Match',
fullMatch:'Full Match',
suffixMatch:'Suffix Match',
},
pcf: {
neType: 'PCF Object',
@@ -1829,6 +1831,7 @@ export default {
imsiTip:'Please fill in the SIM card number or number range, \'%\' represents the number wildcard, for example: 111000%',
radioTip:'Please select from the drop-down list of radio type and radio ID',
defaultTip:'Please select from the drop-down list of Tenancy Asset, and then fill the Asset Key',
patternTip:'The Asset Key cannot contain special characters',
},
post:{
positionInfo:'Position Information',

View File

@@ -903,6 +903,8 @@ export default {
imsiMode:'IMSI匹配模式',
fuzzyMatch:'模糊匹配',
prefixMatch:'前缀匹配',
fullMatch:'全匹配',
suffixMatch:'后缀匹配',
},
pcf: {
neType: 'PCF网元对象',
@@ -1829,6 +1831,7 @@ export default {
imsiTip:'请填入SIM卡号码或者号段, \'%\'表示号码通配符, 例如: 460001%',
radioTip:'请从下拉列表选择基站类型和基站ID',
defaultTip:'请选择租赁资产类别, 然后填写资产标识',
patternTip:'租赁标识不能包含特殊字符',
},
post:{
positionInfo:'岗位信息',