WXL
2024-08-03 d96a7562b2515584fac4dcb57fdbdcadc8f36fef
src/views/followvisit/satisfaction/particulars/index.vue
@@ -342,7 +342,7 @@
    </div>
    <!-- 添加患者 -->
    <el-dialog
      title="添加派发患者"
      title="选择患者"
      :visible.sync="dialogVisiblepatient"
      width="70%"
      :before-close="handleClosehz"
@@ -450,7 +450,6 @@
</template>
<script>
import { messagelistpatient } from "@/api/patient/homepage";
import SFtable from "@/components/SFtable"; //表格组件
@@ -468,7 +467,7 @@
      tableLabel: [],
      // 患者表单
      tableLabelhz: [
      { label: "患者名称", width: "", prop: "name" },
        { label: "患者名称", width: "", prop: "name" },
        { label: "性别", width: "", prop: "sex" },
        { label: "年龄", width: "", prop: "age" },
        { label: "就诊科室", width: "", prop: "impTemplate" },
@@ -476,7 +475,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelxj: [
      { label: "门诊编号", width: "", prop: "name" },
        { label: "门诊编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },
@@ -490,7 +489,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelmz: [
      { label: "门诊编号", width: "", prop: "name" },
        { label: "门诊编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },
@@ -504,7 +503,7 @@
        { label: "创建人", width: "", prop: "update_by" },
      ],
      tableLabelcy: [
      { label: "员工编号", width: "", prop: "name" },
        { label: "员工编号", width: "", prop: "name" },
        { label: "姓名", width: "", prop: "name" },
        { label: "年龄", width: "", prop: "age" },
        { label: "联系电话", width: "", prop: "name" },