| | |
| | | <el-button v-if="currentStep === 0" size="small" type="primary" @click="addTableRow">添加</el-button> |
| | | </div> |
| | | <div style="margin: 10px 0"> |
| | | <el-table ref="yearTable" :data="recordContrastDetailsList" height="300px" style="width: 100% ;"> |
| | | <el-table ref="yearTable" :data="recordContrastDetailsList" height="300px" style="width: 100% ;" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> |
| | | <el-table-column align="center" header-align="center" label="序号" type="index" width="60"></el-table-column> |
| | | <el-table-column label="核查项目" min-width="170" prop="checkItems"> |
| | | <template slot-scope="scope"> |