diff --git a/public/files/公交集团预约人员名单导入模板.xlsx b/public/files/公交集团预约人员名单导入模板.xlsx index afa3587..a4cf90f 100644 Binary files a/public/files/公交集团预约人员名单导入模板.xlsx and b/public/files/公交集团预约人员名单导入模板.xlsx differ diff --git a/src/components/common/LocalConfig.vue b/src/components/common/LocalConfig.vue index 7a1ec18..2b585fe 100644 --- a/src/components/common/LocalConfig.vue +++ b/src/components/common/LocalConfig.vue @@ -305,7 +305,7 @@ export default { isCheckPicture: false, // 是否显示检查图片 isSelectAll: 'N', // 录入结果时,是否全选 isAutoNext: 'N', - pacsType: 'image', + pacsType: 'image', // image \ dcm isQueue: 'N', //启用分诊排队 queueRoom: '', //默认分诊房间 diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue index 5157b5d..2891221 100644 --- a/src/views/doctorCheck/doctorCheck.vue +++ b/src/views/doctorCheck/doctorCheck.vue @@ -58,7 +58,7 @@ - + @@ -358,6 +358,7 @@ export default { activeName: 'asbitem', // asbitem:组合项目 call:排队叫号 activeMain: 'text', // text:文字结果 isCheckPicture: true, //是否显示结果图片 + pacsType: 'image', // image:显示图片 \ dcm 时,显示 DCM 标签 refParamsQuery: { brushQueryDisp: 0, // 用于刷新查询条件处人员信息 @@ -538,7 +539,8 @@ export default { try { this.LocalConfig = Object.assign({}, deepCopy(this.LocalConfigInit), JSON.parse(LocalConfig) || {}) if(!this.LocalConfig?.doctorCheck?.moreBtns) this.LocalConfig.doctorCheck.moreBtns = '放弃明细项目检查,放弃项目检查,删除明细项目,知情同意书' - + if(this.LocalConfig?.doctorCheck?.pacsType) this.pacsType = this.LocalConfig.doctorCheck.pacsType + } catch (error) { console.log('window.localStorage.getItem("LocalConfig")', error) } @@ -553,7 +555,7 @@ export default { } else { try { - this.isCheckPicture = this.LocalConfig.doctorCheck.isCheckPicture + this.isCheckPicture = this.LocalConfig?.doctorCheck?.isCheckPicture } catch (error) { console.log('window.localStorage.getItem("LocalConfig")', error) }