|
|
|
@ -42,6 +42,7 @@ |
|
|
|
<div style="background-color: #fff; padding: 15px; border-radius: 8px;"> |
|
|
|
<el-table :data="dataList" border width="100%" :height="window.pageHeight < 600 ? 415 : window.pageHeight - 185-20" |
|
|
|
row-key="id" size="small" highlight-current-row ref="dataList" :row-class-name="tableRowClassName"> |
|
|
|
<el-table-column type="index" label="序号" width="40" align="center"/> |
|
|
|
<el-table-column prop="asbitemName" label="组合项目名称" width="120"/> |
|
|
|
<el-table-column prop="completeFlag" label="检查状态" width="70" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
|