Commit 48b5783d authored by songrui's avatar songrui

工作台查询修改

parent 1ba64b36
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = 'a099ecac-25e2-4dfc-bce8-8e54424e937d' token = '408e2f8e-61e7-4302-b537-ac130c52a7e8'
} }
} }
if (token) { if (token) {
......
...@@ -155,8 +155,8 @@ export default { ...@@ -155,8 +155,8 @@ export default {
{ name: '筛查管理', id: 'SCREENING' }, { name: '筛查管理', id: 'SCREENING' },
...diseaseList.filter(e => this.chronicTagsArray.includes(e.code)), ...diseaseList.filter(e => this.chronicTagsArray.includes(e.code)),
{ name: '通用随访', id: 'CURRENCY' }, { name: '通用随访', id: 'CURRENCY' },
{ name: '转诊记录', id: 'REFERRAL' }, // { name: '转诊记录', id: 'REFERRAL' },
{ name: '会诊记录', id: 'CONSULTATION' } // { name: '会诊记录', id: 'CONSULTATION' }
] ]
return result return result
}, },
......
...@@ -66,10 +66,10 @@ export default { ...@@ -66,10 +66,10 @@ export default {
configTab: [ configTab: [
{ key: 'work', component: 'TableWork', name: '工作记录' }, { key: 'work', component: 'TableWork', name: '工作记录' },
{ key: 'visit', component: 'TableVisit', name: '慢病待随访' }, { key: 'visit', component: 'TableVisit', name: '慢病待随访' },
{ key: 'receive', component: 'TableReceive', name: '待接诊居民' }, // { key: 'receive', component: 'TableReceive', name: '待接诊居民' },
// { key: 'screenRecord', component: 'TableScreenRecord', name: '当年待筛查记录' }, // { key: 'screenRecord', component: 'TableScreenRecord', name: '当年待筛查记录' },
{ key: 'firstScreen', component: 'TableFirstScreen', name: '初筛高危待筛查' }, // { key: 'firstScreen', component: 'TableFirstScreen', name: '初筛高危待筛查' },
{ key: 'highRisk', component: 'TableHighRisk', name: '高危待诊断' } // { key: 'highRisk', component: 'TableHighRisk', name: '高危待诊断' }
], ],
tabActive:{}, tabActive:{},
configName: '慢病APP个性化配置', configName: '慢病APP个性化配置',
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</template> </template>
</van-field> </van-field>
<div class="my-3">居民姓名</div> <div class="my-3">居民姓名</div>
<van-field v-model="form.patientName" placeholder="输入居民姓名" maxlength="100" clearable <van-field v-model="form.residentName" placeholder="输入居民姓名" maxlength="100" clearable
class="doc-input"/> class="doc-input"/>
<div class="my-3">服务日期</div> <div class="my-3">服务日期</div>
<div class="flex items-center"> <div class="flex items-center">
...@@ -120,7 +120,7 @@ const DefaultForm = { ...@@ -120,7 +120,7 @@ const DefaultForm = {
// 服务日期-开始日期 // 服务日期-开始日期
endDate: undefined, endDate: undefined,
// 姓名 // 姓名
patientName: undefined, residentName: undefined,
// 身份证号 // 身份证号
idCard: undefined idCard: undefined
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment