WXL (wul)
9 天以前 39325ed5f9d5ebd80ad0c6bfe6689b014b72d0fb
随访类型及人员配置优化,宣教优化,脱敏处理
已修改29个文件
385 ■■■■ 文件已修改
src/main.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/ruoyi.js 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/SpecificDisease/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/again/index.vue 38 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/complaint/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/outpatientService.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/mzsatisfaction/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/outpatient/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/FollowupDetails/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/technology/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/zbAgain/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/zysatisfaction/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/follow/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/medtechnician/Compositeeditdetails.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/ExternalPatient.vue 27 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/behospitalized.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/hospital.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/index.vue 44 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/operation.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/outpatient.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/physical.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/patient/profile/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/physical/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/questionnaire/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/shadow/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/subsequent/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sfstatistics/statement/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js
@@ -50,6 +50,7 @@
  addDateRange,
  selectDictLabel,
  selectDictLabels,
  desensitization,
  handleTree,
  daysBetween,
} from "@/utils/ruoyi";
@@ -96,6 +97,7 @@
Vue.prototype.getConfigKey = getConfigKey;
Vue.prototype.parseTime = parseTime;
Vue.prototype.formatTime = formatTime;
Vue.prototype.desensitization = desensitization;
Vue.prototype.daysBetween = daysBetween;
Vue.prototype.resetForm = resetForm;
Vue.prototype.addDateRange = addDateRange;
src/utils/ruoyi.js
@@ -181,6 +181,19 @@
  }
  return source;
}
// 脱敏方法
export function desensitization(str, type) {
  // 脱敏处理
  if (!str) return "";
  switch (type) {
    case "phone":
      return str.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
    case "idCard":
      return str.replace(/(\d{6})\d{8}(\w{4})/, "$1********$2");
    default:
      return str;
  }
}
/**
 * 构造树型结构数据
src/views/followvisit/SpecificDisease/index.vue
@@ -348,14 +348,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/again/index.vue
@@ -180,7 +180,7 @@
        <el-col :span="1.5">
          <el-button
            type="primary"
                        icon="el-icon-plus"
            icon="el-icon-plus"
            size="medium"
            @click="handleAdd"
            >新增</el-button
@@ -420,14 +420,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
@@ -643,7 +651,7 @@
            </el-form-item>
          </el-col>
        </el-row>
<el-row >
        <el-row>
          <el-col :span="8">
            <el-form-item label="过滤医生" width="100" prop="filterDrname">
              <el-input
@@ -994,7 +1002,7 @@
        visitCount: 2,
        scopetype: [],
        visitDeptCodes: [],
        leaveldeptcodes:[],
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      },
      propss: { multiple: true },
@@ -1149,7 +1157,8 @@
      this.loading = true;
      if (
        this.topqueryParams.leavehospitaldistrictcodes[0] &&
        this.topqueryParams.visitDeptCodes[0]&&this.topqueryParams.leaveldeptcodes[0]
        this.topqueryParams.visitDeptCodes[0] &&
        this.topqueryParams.leaveldeptcodes[0]
      ) {
        this.topqueryParams.deptOrDistrict = 2;
      } else {
@@ -1196,8 +1205,7 @@
      });
    },
    affiliation() {
      this.topqueryParams.managementDoctorCode= store.getters.hisUserId;
      this.topqueryParams.managementDoctorCode = store.getters.hisUserId;
      this.getList(1);
    },
@@ -1215,7 +1223,7 @@
        this.topqueryParams.visitDeptCodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
          this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
        this.topqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );
        this.topqueryParams.leavehospitaldistrictcodes =
@@ -1383,7 +1391,7 @@
        visitCount: 2,
        scopetype: [],
        visitDeptCodes: [],
        leaveldeptcodes:[],
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      };
      this.handleQuery(1);
@@ -1426,8 +1434,8 @@
    },
    //患者360跳转
    gettoken360(sfzh, drcode, drname) {
      this.$modal.msgWarning('360功能暂未开通');
  return; // 阻止后续代码执行
      this.$modal.msgWarning("360功能暂未开通");
      return; // 阻止后续代码执行
      this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
      if (this.postData.XiaoXiTou.ZuHuMC == "丽水市中医院") {
        this.postData.YeWuXX.YongHuXX.YongHuID = "1400398571877961728";
@@ -1775,11 +1783,11 @@
  }
}
::v-deep.leftvlue .el-card__body {
  background: #F2F8FF;
  color: #324A9B;
  background: #f2f8ff;
  color: #324a9b;
}
::v-deep.leftvlue .el-card__body:hover {
  background: #3664D9;
  background: #3664d9;
  color: #fff;
  cursor: pointer; /* 鼠标悬浮时变为手形 */
}
src/views/followvisit/complaint/index.vue
@@ -426,14 +426,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/discharge/index.vue
@@ -467,14 +467,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/discharge/outpatientService.vue
@@ -427,14 +427,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/mzsatisfaction/index.vue
@@ -425,14 +425,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/outpatient/index.vue
@@ -358,14 +358,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <!-- <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/record/index.vue
@@ -380,14 +380,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/tasklist/FollowupDetails/index.vue
@@ -940,7 +940,11 @@
                prop="telcode"
                width="120"
                :show-overflow-tooltip="true"
              />
               >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
              <el-table-column
                label="任务详情"
src/views/followvisit/technology/index.vue
@@ -361,14 +361,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/zbAgain/index.vue
@@ -420,14 +420,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/followvisit/zysatisfaction/index.vue
@@ -426,14 +426,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/patient/follow/index.vue
@@ -164,7 +164,11 @@
            key="idcardno"
            prop="idcardno"
            width="190"
          />
          >
            <template slot-scope="scope">
              <span>{{ desensitization(scope.row.idcardno, "idCard") }}</span>
            </template></el-table-column
          >
          <el-table-column
            label="联系方式"
@@ -172,7 +176,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
          >
            <template slot-scope="scope">
              <span>{{ desensitization(scope.row.telcode, "phone") }}</span>
            </template></el-table-column
          >
          <el-table-column
            label="建档日期"
            align="center"
@@ -623,6 +631,6 @@
  color: #de7897;
}
.button-textsc {
  color: #3664D9;
  color: #3664d9;
}
</style>
src/views/patient/medtechnician/Compositeeditdetails.vue
@@ -36,8 +36,11 @@
            align="center"
            key="telcode"
            label="电话"
          >
          </el-table-column>
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="出院日期"
            width="200"
@@ -515,9 +518,15 @@
          width="100"> </el-table-column>
          <el-table-column prop="sex" label="性别"width="100"> </el-table-column>
          <el-table-column prop="idcardno" width="300" label="证件号码">
             <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="telcode" width="200" label="联系方式">
           <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="createTime" width="200" label="创建日期">
          </el-table-column>
src/views/patient/patient/ExternalPatient.vue
@@ -153,7 +153,11 @@
                key="idcardno"
                prop="idcardno"
                width="190"
              />
               >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template></el-table-column
              >
              <el-table-column
                label="联系方式"
@@ -161,7 +165,11 @@
                key="telcode"
                prop="telcode"
                width="120"
              />
              >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
              <el-table-column
                label="建档日期"
                align="center"
@@ -547,9 +555,17 @@
          <el-table-column prop="name" label="姓名"
          width="100"> </el-table-column>
          <el-table-column prop="sex" label="性别"width="100"> </el-table-column>
          <el-table-column prop="idcardno" width="300" label="证件号码"> </el-table-column>
          <el-table-column prop="idcardno" width="300" label="证件号码">
            <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="telcode" width="200" label="联系方式"> </el-table-column>
          <el-table-column prop="telcode" width="200" label="联系方式">
             <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="createTime"  width="200" label="创建日期">
          </el-table-column>
        </el-table>
@@ -584,6 +600,9 @@
          width="100"> </el-table-column>
          <el-table-column prop="sex" label="性别"width="100"> </el-table-column>
          <el-table-column prop="certificatenum" label="证件号码">
            <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="menum" label="本人联系方式"> </el-table-column>
src/views/patient/patient/behospitalized.vue
@@ -205,7 +205,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="入院诊断"
@@ -341,6 +345,9 @@
          <el-table-column prop="certificate" label="证件类型">
          </el-table-column>
          <el-table-column prop="certificatenum" label="证件号码">
           <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="menum" label="本人联系方式"> </el-table-column>
src/views/patient/patient/hospital.vue
@@ -223,7 +223,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
          >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <!-- <el-table-column
            label="入院诊断"
@@ -380,6 +384,9 @@
          <el-table-column prop="certificate" label="证件类型">
          </el-table-column>
          <el-table-column prop="certificatenum" label="证件号码">
          <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template>
          </el-table-column>
          <el-table-column prop="goday" label="出生日期"> </el-table-column>
          <el-table-column prop="menum" label="本人联系方式"> </el-table-column>
src/views/patient/patient/index.vue
@@ -252,7 +252,13 @@
                  <el-button
                    size="medium"
                    type="text"
                    @click="gettoken360(scope.row.idcardno,scope.row.drcode,scope.row.drname)"
                    @click="
                      gettoken360(
                        scope.row.idcardno,
                        scope.row.drcode,
                        scope.row.drname
                      )
                    "
                    ><span class="button-textsc">{{
                      scope.row.name
                    }}</span></el-button
@@ -313,14 +319,22 @@
                key="idcardno"
                prop="idcardno"
                width="190"
              />
              >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span>
                </template></el-table-column
              >
              <el-table-column
                label="联系方式"
                align="center"
                key="telcode"
                prop="telcode"
              />
              >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
              <el-table-column
                label="建档日期"
                align="center"
@@ -871,7 +885,7 @@
  Exporterrorpatient,
  toleadpatient,
} from "@/api/patient/homepage";
import { getTasklist,query360PatInfo } from "@/api/AiCentre/index";
import { getTasklist, query360PatInfo } from "@/api/AiCentre/index";
import { listtag } from "@/api/system/label";
import { getToken } from "@/utils/auth";
import Treeselect from "@riophae/vue-treeselect";
@@ -1207,13 +1221,13 @@
      });
    },
    //患者360跳转
    gettoken360(sfzh,drcode,drname) {
      this.$modal.msgWarning('360功能暂未开通');
  return; // 阻止后续代码执行
    gettoken360(sfzh, drcode, drname) {
      this.$modal.msgWarning("360功能暂未开通");
      return; // 阻止后续代码执行
      this.postData.YeWuXX.BingRenXX.ZhengJianHM = sfzh;
      if (this.postData.XiaoXiTou.ZuHuMC=='丽水市中医院') {
        this.postData.YeWuXX.YongHuXX.YongHuID = '1400398571877961728';
        this.postData.YeWuXX.YongHuXX.YongHuXM = 'LSZYY';
      if (this.postData.XiaoXiTou.ZuHuMC == "丽水市中医院") {
        this.postData.YeWuXX.YongHuXX.YongHuID = "1400398571877961728";
        this.postData.YeWuXX.YongHuXX.YongHuXM = "LSZYY";
      }
      query360PatInfo(this.postData).then((res) => {
        if (res.data.url) {
@@ -1278,7 +1292,7 @@
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      };
        this.handleQuery();
      this.handleQuery();
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
@@ -1548,11 +1562,11 @@
  font-size: 20px;
}
::v-deep.leftvlue .el-card__body {
  background: #F2F8FF;
  color: #324A9B;
  background: #f2f8ff;
  color: #324a9b;
}
::v-deep.leftvlue .el-card__body:hover {
  background: #3664D9;
  background: #3664d9;
  color: #fff;
  cursor: pointer; /* 鼠标悬浮时变为手形 */
}
@@ -1618,7 +1632,7 @@
  }
}
.button-textsc {
  color: #3664D9;
  color: #3664d9;
}
.button-textxga {
  color: #de7897;
src/views/patient/patient/operation.vue
@@ -162,7 +162,11 @@
            key="telcode"
            prop="telcode"
            width="160"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <!-- <el-table-column
            label="入院诊断"
src/views/patient/patient/outpatient.vue
@@ -277,7 +277,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <!-- <el-table-column
            label="患者标签(缺)"
            align="center"
src/views/patient/patient/physical.vue
@@ -194,7 +194,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="患者标签(缺)"
            align="center"
src/views/patient/patient/profile/index.vue
@@ -402,7 +402,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="入院诊断"
            align="center"
@@ -479,7 +483,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="入院诊断"
            align="center"
@@ -556,7 +564,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <el-table-column
            label="入院诊断"
            align="center"
src/views/patient/physical/index.vue
@@ -358,14 +358,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <!-- <el-table-column
          label="责任护士"
          width="120"
src/views/patient/questionnaire/index.vue
@@ -327,14 +327,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/patient/shadow/index.vue
@@ -327,14 +327,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="责任护士"
          width="120"
src/views/patient/subsequent/index.vue
@@ -358,14 +358,22 @@
          align="center"
          key="sfzh"
          prop="sfzh"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.sfzh, "idCard") }}</span>
          </template></el-table-column
        >
        <el-table-column
          label="联系电话"
          width="200"
          align="center"
          key="phone"
          prop="phone"
        />
        >
          <template slot-scope="scope">
            <span>{{ desensitization(scope.row.phone, "phone") }}</span>
          </template></el-table-column
        >
        <!-- <el-table-column
          label="责任护士"
          width="120"
src/views/sfstatistics/statement/index.vue
@@ -422,7 +422,11 @@
            <el-table-column prop="date" label="患者姓名"> </el-table-column>
            <el-table-column prop="namea" label="性别"width="100"> </el-table-column>
            <el-table-column prop="namec" label="年龄"> </el-table-column>
            <el-table-column prop="named" label="联系方式"> </el-table-column>
            <el-table-column prop="named" label="联系方式">
               <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template>
            </el-table-column>
            <el-table-column prop="namee" label="计划执行时间" width="120">
            </el-table-column>
            <el-table-column prop="namex" label="实际完成时间" width="120">