WXL
2024-08-03 d96a7562b2515584fac4dcb57fdbdcadc8f36fef
src/views/followvisit/tasklist/FollowupDetails/index.vue
@@ -825,7 +825,7 @@
    </el-dialog>
    <!-- 添加患者 -->
    <el-dialog
      title="添加派发患者"
      title="选择患者"
      :visible.sync="dialogVisiblepatient"
      width="70%"
      :before-close="handleClosehz"
@@ -930,8 +930,8 @@
              <el-table-column
                label="患者来源"
                align="center"
                key="source"
                prop="source"
                key="sourcefrom"
                prop="sourcefrom"
              />
              <el-table-column
                label="手机号码"
@@ -992,9 +992,6 @@
</template>
<script>
export default {
  data() {
    return {
@@ -1088,7 +1085,6 @@
  created() {
    this.Addsubtask();
    this.Getsubtask();
  },
  methods: {
@@ -1209,7 +1205,7 @@
  //   margin-top: 20px;
  margin: 20px;
  margin-bottom: 0;
  padding: 30px;
  padding: 20px;
  background: #edf1f7;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),