| | |
| | | style="width: 100%" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="55"> </el-table-column> |
| | | <el-table-column class="checkall" type="selection" width="55"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="icdid" |
| | | label="疾病编号" |
| | |
| | | required: true, |
| | | default: () => [], |
| | | }, |
| | | // 5问卷模版、3随访模版、6宣教 |
| | | // 5问卷模板、3随访模板、6宣教 |
| | | type: { |
| | | type: Number, |
| | | default: () => { |
| | |
| | | } |
| | | } |
| | | } |
| | | ::v-deep.el-table .el-table__header th:first-child .el-checkbox { |
| | | display: none; |
| | | } |
| | | .el-tag + .el-tag { |
| | | margin-left: 10px; |
| | | margin-bottom: 10px; |