| | |
| | | <!-- <el-button type="warning" plain icon="el-icon-refresh-left" size="mini" @click="handleDelete" |
| | | v-hasPermi="['hosp:order:export']">撤销预约</el-button> --> |
| | | </el-col> |
| | | <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" style="margin-right:20px"></right-toolbar> |
| | | <!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" style="margin-right:20px"></right-toolbar> --> |
| | | </el-row> |
| | | |
| | | <template> |
| | |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.sex == '0'">男</span> |
| | | <span v-if="scope.row.sex == '1'">女</span> |
| | | <span v-if="scope.row.sex == '2'">未知</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="年龄" align="center" prop="age" height="10px" :show-overflow-tooltip="true" width="55px"/> |