feat: 参数配置四个版本排版-_-||
This commit is contained in:
@@ -1424,14 +1424,19 @@ onMounted(() => {
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
<a-button
|
||||
type="link"
|
||||
size="small"
|
||||
@click.prevent="arrayChildExpand(record['index'], text)"
|
||||
v-else-if="Array.isArray(text.array)"
|
||||
>
|
||||
{{ t('common.viewText') }}
|
||||
</a-button>
|
||||
<template v-else-if="text.array">
|
||||
<a-button
|
||||
type="link"
|
||||
size="small"
|
||||
@click.prevent="arrayChildExpand(record['index'], text)"
|
||||
>
|
||||
{{ t('views.configManage.configParamForm.arrayMore') }}
|
||||
</a-button>
|
||||
<!--特殊字段拓展显示-->
|
||||
<span v-if="text.name === 'dnnList'">
|
||||
({{ text.value.map((s: any) => s.dnn).join() }})
|
||||
</span>
|
||||
</template>
|
||||
<div v-else class="editable-cell__text-wrapper">
|
||||
{{ `${text.value}` || ' ' }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user