WXL (wul)
6 天以前 bb52c6fc1455dfa67f345bc37973e954c8491a05
src/views/followvisit/zysatisfaction/index.vue
@@ -188,8 +188,7 @@
        <el-col :span="1.5">
          <el-button
            type="primary"
            plain
            icon="el-icon-plus"
                        icon="el-icon-plus"
            size="medium"
            @click="handleAdd"
            >新增</el-button
@@ -427,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"
@@ -456,7 +463,7 @@
        <!-- <el-table-column label="性别"width="100" align="center" key="sex" prop="sex" /> -->
        <!-- <el-table-column label="床号" align="center" key="badNo" prop="badNo" /> -->
        <el-table-column
          label="科室"
          label="课题组"
          align="center"
          key="deptname"
          prop="deptname"
@@ -1006,7 +1013,7 @@
      sourcetype: [
        {
          value: 1,
          label: "科室",
          label: "课题组",
          children: [],
        },
        {
@@ -1030,7 +1037,7 @@
        //   value: 0,
        // },
        {
          name: "应随访",
          name: "需随访",
          value: 0,
        },
        {
@@ -1880,12 +1887,17 @@
  }
}
::v-deep.leftvlue .el-card__body {
  background: #d0e9fd;
  background: #F2F8FF;
  color: #324A9B;
}
::v-deep.leftvlue .el-card__body:hover {
  background: #8dc8f8;
  background: #3664D9;
  color: #fff;
  cursor: pointer; /* 鼠标悬浮时变为手形 */
}
.button-textxga {
  color: #de7897;
}
::v-deep.errleftvlue .el-card__body {
  background: #fdd0d7;
}