| | |
| | | </el-form-item> |
| | | |
| | | <el-form-item> |
| | | <<<<<<< HEAD |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-search" |
| | |
| | | height="430px" |
| | | @selection-change="handleSelectionChanges" |
| | | > |
| | | ======= |
| | | <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuerys">搜索</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-table ref="multipleTable" border :data="deptAdviceList" height="430px" |
| | | @selection-change="handleSelectionChanges"> |
| | | >>>>>>> 2f0aa78 (1) |
| | | <el-table-column type="selection" width="40"> </el-table-column> |
| | | <el-table-column prop="title" label="病种名称" align="center" width="130px"></el-table-column> |
| | | <el-table-column prop="advice" label="建议" align="center" :show-overflow-tooltip="true"> |