fix: 移除预期成果形式相关代码
This commit is contained in:
@@ -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>--</div>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column prop="technicalStandard" label="预期技术标准制定" align="center">
|
||||
<template #default="scope">
|
||||
<div v-if="scope.row.technicalStandard !== null">
|
||||
|
||||
Reference in New Issue
Block a user