Merge pull request 'fix : 需求上报详情删除重复项,优化台账上方基础信息排版,表格内容少时固定宽度,驳回弹窗'重新提交'改为'发起节点'' (#671) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/671
This commit is contained in:
2024-08-06 07:06:51 +00:00
15 changed files with 191 additions and 273 deletions

View File

@@ -120,12 +120,14 @@ const tableConfig = reactive({
{
prop: 'time',
label: '时间',
align: 'center'
align: 'center',
width: 120,
},
{
prop: 'projectCost',
label: '项目费用',
align: 'center',
width: 120,
showOverflowTooltip: false,
currentRender: ({row, index}) => {
if (row.projectCost !== null&&row.projectCost !== null&&row.projectCost!==undefined) {
@@ -139,6 +141,7 @@ const tableConfig = reactive({
prop: 'researchStage',
label: '研发阶段',
align: 'center',
width: 120,
showOverflowTooltip: false,
currentRender: ({row, index}) => {
if (row.researchStage&&row.researchStage !== null&&row.researchStage!==undefined) {