zhongrj
2024-03-28 2c69f6d4bd186cf66b23959fa75bf4543b6ee1b2
从业人员性别解析修改
1 files modified
4 ■■■■ changed files
src/views/place/practitioner.vue 4 ●●●● patch | view | raw | blame | history
src/views/place/practitioner.vue
@@ -157,7 +157,7 @@
            },
            {
              label: "女",
              value: 2
              value: 0
            }
          ]
        },
@@ -387,7 +387,7 @@
            text: '男',
            type: 'primary'
          }
        } else if (data == 2) {
        } else if (data == 0) {
          tags = {
            text: '女',
            type: 'primary'