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

@@ -3,7 +3,7 @@
<el-form-item :label="title" v-if="fileListShow === 'READ' || fileListShow === 'EDIT'" :label-position="labelAlign" :style="{marginTop: '10px',marginLeft: tag!=='需求上报'?'15px':'0'}">
<file-upload @getFile="getOtherFile" v-if="fileListShow === 'EDIT'"/>
<!-- :style="{width:isOpenPrint?'610px': '100%'}" table-layout="auto" id="printTable"-->
<fvTable style="width:100%;" :style="{maxHeight:tag=='项目立项'?'500px':'160px',height:tag=='项目立项'?'500px':'160px'}" v-if="processViewer" :scrollbar-always-on="true" :height="tag=='项目立项'?'500':'160'" :tableConfig="tableConfig"
<fvTable style="width:100%;" :height="tag=='项目立项'?'160':'160'" :style="{maxHeight:tag=='项目立项'?'160px':'160px',height:tag=='项目立项'?'160px':'160px'}" v-if="processViewer" :scrollbar-always-on="true" :tableConfig="tableConfig"
:data="_value" :isSettingCol="false" :pagination="false">
<template #empty>
<el-empty :image-size="55" description="暂无数据" style="padding: 0"/>
@@ -201,7 +201,7 @@ watch(() => props.processViewer, (newVal) => {
<style scoped lang="scss">
:deep(.el-table--fit ) {
//height: 160px !important;
height: 160px !important;
}
@media print {
//#printTable{