su
su1124
2023-12-26 d0594c96b1905f461ebf4dbdcc49a5c6230f1102
src/views/doctor/examination/index.vue
@@ -95,11 +95,17 @@
            prop="cusSex"
            width="60px"
          >
            <template slot-scope="scope">
          <template slot-scope="scope">
            <span v-if="scope.row.cusSex == '0'">男</span>
            <span v-if="scope.row.cusSex == '1'">女</span>
            <span v-if="scope.row.cusSex == '2'">未知</span>
            <span v-if="scope.row.cusSex == '9'">未说明性别</span>
          </template>
            <!-- <template slot-scope="scope"> -->
              <!-- {{scope.row.customer.cusSex}} -->
              {{ scope.row.cusSex === 0 ? "男" : "女" }}
              <!-- {{ scope.row.cusSex === 0 ? "男" : "女" }} -->
              <!-- <dict-tag :options="dict.type.sys_user_sex" :value="scope.row.cusSex " /> -->
            </template>
            <!-- </template> -->
          </el-table-column>
          <el-table-column
            label="手机号"