feat: 网元参数配置特殊SMF-upfid选择

This commit is contained in:
TsMask
2024-09-05 17:29:12 +08:00
parent e38d7bbffa
commit 5d35d950b3
2 changed files with 69 additions and 1 deletions

View File

@@ -589,7 +589,7 @@ onMounted(() => {
@dblclick="listEdit(record)"
>
<template v-if="record['type'] === 'enum'">
{{ JSON.parse(record['filter'])[text] || '&nbsp;'}}
{{ JSON.parse(record['filter'])[text] || '&nbsp;' }}
</template>
<template v-else>{{ `${text}` || '&nbsp;' }}</template>
<EditOutlined
@@ -870,6 +870,9 @@ onMounted(() => {
v-model:value="modalState.from[item.name]['value']"
:options="smfByUPFIdOptions"
:disabled="['read-only', 'read', 'ro'].includes(item.access)"
:token-separators="[',', ';']"
mode="multiple"
:max-tag-count="5"
:allow-clear="true"
style="width: 100%"
>