| | |
| | | <div> |
| | | <el-dialog title="详情" :visible.sync="viewInfoDia" width="1000px"> |
| | | <limsTable :tableData="tableData" :column="column" |
| | | height="600" @pagination="pagination" |
| | | :height="300" @pagination="pagination" |
| | | :page="page" :tableLoading="tableLoading"></limsTable> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | {label: '检验项', prop: 'inspectionItem', width: 160}, |
| | | {label: '检验子项', prop: 'inspectionItemSubclass', width: 160}, |
| | | { label: '收费标准(元/次)', prop: 'rates' }, |
| | | { label: '分组系数', prop: 'manHourGroup' }, |
| | | ], |
| | | viewInfoDia: false, |
| | | tableLoading: false, |