lion 3 hours ago
parent 81a5402cd5
commit 6fb402184d

@ -14,7 +14,7 @@
@change="groupChange" v-model="radioValue">
<u-radio :customStyle="{marginBottom: '12px'}" v-for="(item, index) in dataLists" :key="index"
:label="item[labelKey]" :name="index">
:label="item['department']?item[labelKey]+'('+item['department']['name']+')':item[labelKey]" :name="index">
</u-radio>
</u-radio-group>

@ -51,7 +51,7 @@
<view>电话{{info.mobile}}</view>
<view class="en-text">Phone: {{info.mobile}}</view>
</view>
<view v-if="info.type=='1'" class="label-with-en-inline">
<view v-if="info.type=='1'||info.type=='3'" class="label-with-en-inline">
<view>事由<text>{{info.reason?info.reason:''}}</text></view>
<view class="en-text">Reason: <text>{{info.reason?info.reason:''}}</text></view>
</view>
@ -75,7 +75,7 @@
</view>
</view>
<template v-if="info.type!='3'">
<template>
<view class="dbtext label-with-en-inline">
<view>随访人员</view>
<view class="en-text">Accompanying Personnel</view>

@ -104,7 +104,7 @@
<view>电话{{item.mobile}}</view>
<view class="en-text">Phone: {{item.mobile}}</view>
</view>
<view v-if="item.type=='1'" class="label-with-en-inline">
<view v-if="item.type=='1'||item.type=='3'" class="label-with-en-inline">
<view>事由<text>{{item.reason}}</text></view>
<view class="en-text">Reason: <text>{{item.reason}}</text></view>
</view>

@ -58,7 +58,7 @@
<view>电话{{item.mobile}}</view>
<view class="en-text">Phone: {{item.mobile}}</view>
</view>
<view v-if="item.type=='1'" class="label-with-en-inline">
<view v-if="item.type=='1'||item.type=='3'" class="label-with-en-inline">
<view>事由<text>{{item.reason}}</text></view>
<view class="en-text">Reason: <text>{{item.reason}}</text></view>
</view>

@ -147,7 +147,7 @@
:map="{ text: 'name', value: 'id' }"
/>
</uni-forms-item>
<uni-forms-item v-if="form.type == 1">
<uni-forms-item v-if="form.type == 1 || form.type == 3">
<template slot="label">
<view class="label-with-en-inline">
<text>到访事由</text>

@ -51,7 +51,7 @@
<view>电话{{info.mobile}}</view>
<view class="en-text">Phone: {{info.mobile}}</view>
</view>
<view class="label-with-en" v-if="info.type=='1'">
<view class="label-with-en" v-if="info.type=='1'||info.type=='3'">
<view>事由<text>{{item.reason?info.reason:''}}</text></view>
<view class="en-text">Reason: <text>{{item.reason?info.reason:''}}</text></view>
</view>
@ -76,7 +76,7 @@
</view>
</view>
<template v-if="info.type!='3'">
<template>
<view class="dbtext label-with-en">
<view>随访人员</view>
<view class="en-text">Follow-up Personnel</view>

@ -52,7 +52,7 @@
<view>电话{{item.mobile}}</view>
<view class="en-text">Phone: {{item.mobile}}</view>
</view>
<view class="label-with-en" v-if="item.type=='1'">
<view class="label-with-en" v-if="item.type=='1'||item.type=='3'">
<view>事由<text>{{item.reason?item.reason:''}}</text></view>
<view class="en-text">Reason: <text>{{item.reason?item.reason:''}}</text></view>
</view>

Loading…
Cancel
Save