2563 动火作业流程图 延时监火是部门 显示部门 所有端都要改
parent
cd6b395cc5
commit
2746b283af
|
@ -69,7 +69,7 @@
|
|||
<template #label>
|
||||
<view class="mt-10">
|
||||
<view>部门:{{ item.DEPARTMENT_NAME }}</view>
|
||||
<view>人员:{{ item.USER_NAME }}</view>
|
||||
<view v-if="item.USER_NAME">人员:{{ item.USER_NAME }}</view>
|
||||
<view v-if="item.SIGN_PICTURE">
|
||||
<u-image width="400rpx" height="200rpx" :src="$filePath + '/' +item.SIGN_PICTURE" mode="widthFix"/>
|
||||
<view>审批意见:{{ item.APPROVAL_OPINIONS }}</view>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<view class="step_left"></view>
|
||||
<view class="step_right">
|
||||
<view class="right_content" v-for="(item,index) in stepData" :key="index">
|
||||
<view class="title">{{ item.NODE_DESC }}({{ item.USER_NAME }})</view>
|
||||
<view class="title">{{ item.NODE_DESC }}({{ item.USER_NAME?item.USER_NAME:item.DEPARTMENT_NAME }})</view>
|
||||
<view class="times" v-if="item.time">{{ item.time }}</view>
|
||||
<view class="result" v-if="item.desc">
|
||||
<text style="color: #202020;">{{ item.desc }}</text>
|
||||
|
|
Loading…
Reference in New Issue