WXL (wul)
6 天以前 19c62799136bb984e968fcb6b0a4d2371d018270
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="入院诊断"
@@ -186,7 +190,7 @@
            width="120"
          /> -->
          <el-table-column
            label="科室"
            label="课题组"
            align="center"
            key="regdeptname"
            prop="regdeptname"
@@ -419,7 +423,7 @@
        },
        {
          value: 1,
          label: "科室患者",
          label: "课题组患者",
        },
        {
          value: 2,
@@ -454,11 +458,11 @@
      optionstag: [], //标签列表
      Patientrange: [
        {
          name: "全部科室",
          name: "全部课题组",
          id: 999,
        },
        {
          name: "当前科室",
          name: "当前课题组",
          id: 1,
        },
      ],
@@ -743,6 +747,6 @@
  }
}
.button-textsc {
  color: #28cfe6;
  color: #3664D9;
}
</style>