【修改】 word pptx 关联关系页面逻辑

This commit is contained in:
DESKTOP-932OMT8\REN
2025-06-12 17:41:57 +08:00
committed by 陆光LG
parent 69cf02da0a
commit ca2b34dc0b
5 changed files with 52 additions and 16 deletions

View File

@@ -81,6 +81,11 @@
<dict-tag :type="DICT_TYPE.PPTX_TITLE_TYPE" :value="scope.row.titleType" />
</template>
</el-table-column>
<el-table-column prop="unit" label="数据类型" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.WPS_UNIT" :value="scope.row.unit" />
</template>
</el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template #default="scope">
<dict-tag :type="DICT_TYPE.COMMON_STATUS" :value="scope.row.status" />