feat : 年度计划新字段
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user