| | |
| | | size="medium" |
| | | type="text" |
| | | @click="illnessUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textxg" |
| | | ><i class="el-icon-date"></i>详情</span |
| | | ></el-button |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="goQRCode(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | > |
| | | <span class="button-text" |
| | | ><i class="el-icon-edit"></i>二维码</span |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="Vieweducation(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textck" |
| | | ><i class="el-icon-edit"></i>预览</span |
| | | ></el-button |
| | |
| | | size="medium" |
| | | type="text" |
| | | @click="handleUpdate(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | |
| | | ><span class="button-textxg" |
| | | ><i class="el-icon-edit"></i>修改</span |
| | | ></el-button |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 添加类别弹框 --> |
| | | <el-dialog title="新增类别" width="30%" :visible.sync="dialogFormVisible"> |
| | | <el-dialog title="类别编辑" width="30%" :visible.sync="dialogFormVisible"> |
| | | <div style="text-align: center; margin-bottom: 20px"> |
| | | <el-radio-group v-model="radio"> |
| | | <el-radio-button label="主分类"></el-radio-button> |
| | |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 20, |
| | | hetype:1, |
| | | isavailable: "", |
| | | }, |
| | | }; |
| | |
| | | // const res = await getnodeCollect(); |
| | | // this.nodeCollect = res.data; |
| | | // this.nodeCollect = [ |
| | | // { name: "门诊随访", value: 1232 }, |
| | | // { name: "影像随访", value: 1232 }, |
| | | // { name: "出院随访", value: 342 }, |
| | | // ]; |
| | | this.myPieChart(); |