mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-06 12:28:13 +00:00
fix:审批中心 - 已知bug修复
This commit is contained in:
parent
5869c8b6bc
commit
01fd5f78e8
@ -14,7 +14,7 @@
|
||||
|
||||
<Divider/>
|
||||
|
||||
<div class="approve-details-text" v-if="(datas.proc_def_name || '').indexOf('班') == -1">
|
||||
<div class="approve-details-text" v-if="(datas.proc_def_name || '').indexOf('请假') !== -1 && datas.var?.type">
|
||||
<h4>{{$L('假期类型')}}</h4>
|
||||
<p>{{$L(datas.var?.type)}}</p>
|
||||
</div>
|
||||
@ -31,7 +31,7 @@
|
||||
<p>{{ datas.var?.start_time ? getTimeDifference(datas.var?.start_time,datas.var?.end_time)['time'] : 0 }}</p>
|
||||
</div>
|
||||
<div class="approve-details-text">
|
||||
<h4>{{$L('请假事由')}}</h4>
|
||||
<h4>{{$L('事由')}}</h4>
|
||||
<p>{{datas.var?.description}}</p>
|
||||
</div>
|
||||
<div class="approve-details-text" v-if="datas.var?.other">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user