mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
feat: 数据集关联应用
This commit is contained in:
parent
511d8fc6f2
commit
eaf0edb767
|
|
@ -50,7 +50,7 @@
|
|||
文档<el-divider direction="vertical" />
|
||||
<span class="bold">{{ numberFormat(item?.char_length) || 0 }}</span>
|
||||
字符<el-divider direction="vertical" />
|
||||
<span class="bold">{{ item?.char_length || 0 }}</span>
|
||||
<span class="bold">{{ item?.application_mapping_count || 0 }}</span>
|
||||
关联应用
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue