fix(project): 调整知识产权相关表述和附件表格样式

- 将"知识产权状况"修改为"知识产权归属"
- 优化附件上传和展示组件的样式- 统一知识产权归属相关的标签和提示信息
- 调整部分组件的显示逻辑和样式
This commit is contained in:
dj
2025-04-18 22:37:22 +08:00
parent 696921243e
commit b032903ed4
8 changed files with 37 additions and 16 deletions

View File

@@ -122,7 +122,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="intellectualProperty" label="知识产权状况" align="center">
<el-table-column prop="intellectualProperty" label="知识产权归属" align="center">
<template #default="scope">
<div v-if="scope.row.intellectualProperty !== null">
<Tag dictType="intellectual_property" :value="scope.row.intellectualProperty"/>