| | |
| | | type="text" |
| | | @click="Distributionservice(scope.row)" |
| | | v-hasPermi="['system:user:edit']" |
| | | ><span class="button-textxg" |
| | | ><span class="button-textxg" |
| | | ><i class="el-icon-menu"></i>服务</span |
| | | ></el-button |
| | | > |
| | |
| | | <!-- 跳转服务对话框 --> |
| | | <el-dialog title="选择服务类型" :visible.sync="serviceVisible"> |
| | | <el-radio-group v-model="serviceradio"> |
| | | <el-radio :label="1">宣教</el-radio> |
| | | <el-radio :label="2">问卷</el-radio> |
| | | <el-radio :label="3">门诊随访</el-radio> |
| | | <el-radio :label="4">复诊复查</el-radio> |
| | | <el-radio :label="1">宣教随访</el-radio> |
| | | <el-radio :label="2">门诊服务</el-radio> |
| | | <el-radio :label="3">出院服务</el-radio> |
| | | <el-radio :label="4">复诊服务</el-radio> |
| | | <el-radio :label="5">体检通知</el-radio> |
| | | <el-radio :label="6">问卷服务</el-radio> |
| | | </el-radio-group> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="serviceVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="serviceVisible = false" |
| | | >创建服务</el-button |
| | | > |
| | | <el-button type="primary" @click="CreateService">创建服务</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | }) |
| | | .catch(() => {}); |
| | | }, |
| | | //服务跳转 |
| | | CreateService() { |
| | | this.$router.push({ |
| | | path: "/followvisit/particty", |
| | | query: { type: this.serviceradio }, |
| | | }); |
| | | }, |
| | | /** 导出按钮操作 */ |
| | | handleExport() { |
| | | this.download( |
| | |
| | | .button-textsc { |
| | | color: #28cfe6; |
| | | } |
| | | .button-textxg{ |
| | | .button-textxg { |
| | | color: #de7897; |
| | | } |
| | | </style> |