|
@@ -38,7 +38,7 @@
|
|
|
<div class="margin-top">
|
|
|
<span class="describe">资格审查表</span>
|
|
|
|
|
|
- <el-table ref="elTable" max-height="400" :data="zigeList" border style="margin-top: 20px">
|
|
|
+ <el-table ref="elTable" :data="zigeList" border style="margin-top: 20px">
|
|
|
<el-table-column label="序号" align="center" width="60">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.$index + 1 }}</span>
|
|
@@ -71,7 +71,7 @@
|
|
|
<span class="describe">响应性审查表</span>
|
|
|
|
|
|
|
|
|
- <el-table ref="elTable" max-height="400" :data="xiangyingList" border style="margin-top: 20px">
|
|
|
+ <el-table ref="elTable" :data="xiangyingList" border style="margin-top: 20px">
|
|
|
|
|
|
<el-table-column label="序号" align="center" width="60">
|
|
|
<template slot-scope="scope">
|
|
@@ -103,7 +103,7 @@
|
|
|
|
|
|
<div class="margin-top">
|
|
|
<span class="describe">技术审查表</span>
|
|
|
- <el-table ref="elTable" max-height="400" :data="jishuList" border style="margin-top: 20px">
|
|
|
+ <el-table ref="elTable" :data="jishuList" border style="margin-top: 20px">
|
|
|
|
|
|
<el-table-column label="序号" align="center" width="60">
|
|
|
<template slot-scope="scope">
|
|
@@ -115,7 +115,7 @@
|
|
|
<div class="pre-text">{{ scope.row.content }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="分值" align="center" prop="value">
|
|
|
+ <el-table-column label="分值" align="center" prop="value" :width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column label="得分标准" prop="standard">
|
|
|
<template slot-scope="scope">
|