Compare commits
No commits in common. "c7a49574e3210b6514a31b8ba639242c5e3b24a0" and "4de8f5060bff0a55ad2cf646b2f77314d8e22e81" have entirely different histories.
c7a49574e3
...
4de8f5060b
|
@ -20,16 +20,16 @@
|
|||
<text>{{ item.NAME }}</text>
|
||||
</view>
|
||||
<view class="flex-between mt-10 subtitle">
|
||||
<text>部门级别:{{ item.DEPTLEVEL }}</text>
|
||||
<text>部门级别:{{ item.DEPTNAME }}</text>
|
||||
<text>部门:{{ item.DEPTNAME }}</text>
|
||||
</view>
|
||||
<view class="flex-between mt-10 subtitle">
|
||||
<text>岗位:{{ item.POSTNAME }}</text>
|
||||
<text>用户名:{{ item.username }}</text>
|
||||
<text>岗位:{{ item.DEPTNAME }}</text>
|
||||
<text>电话:{{ item.DEPTNAME }}</text>
|
||||
</view>
|
||||
<view class="flex-between mt-10 subtitle">
|
||||
<text>是否确认人:{{ item.isHazardconfirmer === 0 ? '否' : '是'}} </text>
|
||||
<text>姓名:{{ item.name }}</text>
|
||||
<text>是否确认人:{{ item.DEPTNAME }}</text>
|
||||
<text>人员类型:{{ item.DEPTNAME }}</text>
|
||||
</view>
|
||||
<view class="flex-end mt-10 see_btn">
|
||||
<u-button type="primary" text="查看" size="mini"
|
||||
|
|
Loading…
Reference in New Issue