feat : 年度计划新字段

This commit is contained in:
dj
2025-04-20 13:01:43 +08:00
parent 35c2e1d9b4
commit 11f7fa37aa

View File

@@ -125,7 +125,7 @@
论文论著{{ scope.row.thesis ? scope.row.thesis : 0 }}<br>
研究报告{{ scope.row.researchReport ? scope.row.researchReport : 0 }}<br>
商标{{ scope.row.trademark ? scope.row.trademark : 0 }}<br>
其他 {{ scope.row.other ? scope.row.other : 0 }}
其他:<br> <span style="white-space: pre-wrap;">{{ scope.row.other ? scope.row.other : 0 }}</span>
</div>
</template>
</el-table-column>