This commit is contained in:
2024-04-09 08:59:20 +08:00
parent a1b91be54b
commit eaac45b277

View File

@ -126,12 +126,12 @@
<el-table-column label="意向来源" align="center" prop="intentionalSource"
v-if="queryParams.serviceStatus == 'INTENTIONAL_SIGNING'">
<template slot-scope="scope">
<dict-tag :options="dict.type.patient_source" :value="scope.row.intentionalSource" />
<dict-tag :options="dict.type.sign_intentional_source" :value="scope.row.intentionalSource" />
</template>
</el-table-column>
<el-table-column label="患者来源" align="center" prop="intentionalSource" v-else>
<template slot-scope="scope">
<dict-tag :options="dict.type.patient_source" :value="scope.row.intentionalSource" />
<dict-tag :options="dict.type.sign_intentional_source" :value="scope.row.intentionalSource" />
</template>
</el-table-column>
<el-table-column label="签约时间" align="center" prop="signTime" width="180"
@ -198,7 +198,7 @@ import { listSignRecord, getSignRecord, delSignRecord, addSignRecord, updateSign
import { selectAgencyList, getDepartmentList, getAgencyList } from "@/api/manage/selectAgencyList";
export default {
dicts: ['visit_method', 'patient_source'],
dicts: ['visit_method', 'sign_intentional_source'],
name: "SignRecord",
data() {
return {