| | |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="primary" |
| | | icon="el-icon-plus" |
| | | size="medium" |
| | | :disabled="!tasktopic" |
| | | @click="handleAdd" |
| | | >新增</el-button |
| | | > |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="success" |
| | | plain |
| | | icon="el-icon-edit" |
| | | size="medium" |
| | | :disabled="single" |
| | | @click="handleUpdate" |
| | | v-hasPermi="['system:user:edit']" |
| | | >修改</el-button |
| | | > |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="danger" |
| | | plain |
| | | icon="el-icon-delete" |
| | |
| | | align="center" |
| | | key="authenticity" |
| | | prop="authenticity" |
| | | sortable |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="一周内完成(20)" |
| | | align="center" |
| | | key="weekFinish" |
| | | prop="weekFinish" |
| | | sortable |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="规范性(10)" |
| | | align="center" |
| | | key="standard" |
| | | prop="standard" |
| | | sortable |
| | | /> |
| | | <el-table-column |
| | | label="及时性(10)" |
| | | align="center" |
| | | key="timeliness" |
| | | prop="timeliness" |
| | | sortable |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="宣教情况(10)" |
| | | align="center" |
| | | key="library" |
| | | prop="library" |
| | | sortable |
| | | width="120" |
| | | /> |
| | | <el-table-column |
| | | label="环境满意度(10)" |
| | | align="center" |
| | | key="environment" |
| | | prop="environment" |
| | | sortable |
| | | width="120" |
| | | /> |
| | | |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="doctorSatisfaction" |
| | | prop="doctorSatisfaction" |
| | | width="120" |
| | | sortable |
| | | |
| | | /> |
| | | <el-table-column |
| | |
| | | align="center" |
| | | key="nurseSatisfaction" |
| | | prop="nurseSatisfaction" |
| | | width="120" |
| | | sortable |
| | | |
| | | /> |
| | |
| | | /** 导出按钮操作 */ |
| | | handleExport() { |
| | | this.download( |
| | | "system/user/export", |
| | | "smartor/satisfaction/export", |
| | | { |
| | | ...this.topqueryParams, |
| | | }, |