sinake
2025-08-14 ba4eee2e5ced6aef3e85a7c7b8317817b7ad3cae
src/views/patient/patient/index.vue
@@ -235,38 +235,25 @@
                prop="id"
              /> -->
              <!-- <el-table-column
              <!-- <el-table-column
                fixed
                label="姓名"
          width="100"
          width="100"
                align="center"
                key="name"
                prop="name"
              /> -->
              <el-table-column
                label="姓名"
                width="100"
          width="100"
                align="center"
                key="name"
                prop="name"
              >
                <template slot-scope="scope">
                  <el-button
                    size="medium"
                    type="text"
                    @click="gettoken360(scope.row.idcardno,scope.row.drcode,scope.row.drname)"
                    ><span class="button-textsc">{{
                      scope.row.name
                    }}</span></el-button
                  >
                </template>
              </el-table-column>
              <el-table-column
                label="性别"
                width="100"
                align="center"
                key="sex"
                prop="sex"
              >
              <el-table-column label="性别"width="100" align="center" key="sex" prop="sex">
                <template slot-scope="scope">
                  <span>{{ scope.row.sex == 1 ? "男" : "女" }}</span>
                </template>
@@ -562,6 +549,17 @@
              <el-input
                v-model="form.age"
                placeholder="请输入年龄"
                maxlength="30"
              />
            </el-form-item>
          </el-col>
        </el-row>
        <el-row v-if="amendtag">
          <el-col :span="8">
            <el-form-item label="过滤医生" width="100" prop="filterDrname">
              <el-input
                v-model="form.filterDrname"
                placeholder="请输入医生姓名"
                maxlength="30"
              />
            </el-form-item>
@@ -1285,8 +1283,8 @@
    handleUpdate(row) {
      const userIds = row.id || this.ids;
      particularpatient(userIds).then((response) => {
        console.log(response);
        this.form = response.data;
        this.form.filterDrname = store.getters.nickName;
      });
      this.amendtag = true;
      this.Labelchange = true;