feat: 数据集关联应用

This commit is contained in:
shaohuzhang1 2023-12-05 10:06:07 +08:00
parent 511d8fc6f2
commit eaf0edb767

View File

@ -50,7 +50,7 @@
文档<el-divider direction="vertical" /> 文档<el-divider direction="vertical" />
<span class="bold">{{ numberFormat(item?.char_length) || 0 }}</span> <span class="bold">{{ numberFormat(item?.char_length) || 0 }}</span>
字符<el-divider direction="vertical" /> 字符<el-divider direction="vertical" />
<span class="bold">{{ item?.char_length || 0 }}</span> <span class="bold">{{ item?.application_mapping_count || 0 }}</span>
关联应用 关联应用
</div> </div>
</template> </template>