fix: 移除预期成果形式相关代码

This commit is contained in:
dj
2025-04-19 19:03:10 +08:00
parent 958399a32a
commit cccd14ec79
5 changed files with 34 additions and 34 deletions

View File

@@ -79,14 +79,14 @@
<div v-else>--</div>
</template>
</el-table-column>
<el-table-column prop="resultForm" label="预期成果形式" align="center" min-width="100px">
<template #default="scope">
<div v-if="scope.row.resultForm !== null">
<Tag style="margin-top: 3px" dictType="result_form" v-for="item in scope.row.resultForm" :value="item"/>
</div>
<div v-else>--</div>
</template>
</el-table-column>
<!-- <el-table-column prop="resultForm" label="预期成果形式" align="center" min-width="100px">-->
<!-- <template #default="scope">-->
<!-- <div v-if="scope.row.resultForm !== null">-->
<!-- <Tag style="margin-top: 3px" dictType="result_form" v-for="item in scope.row.resultForm" :value="item"/>-->
<!-- </div>-->
<!-- <div v-else>&#45;&#45;</div>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="technicalStandard" label="预期技术标准制定" align="center">
<template #default="scope">
<div v-if="scope.row.technicalStandard !== null">