2563 动火作业流程图 延时监火是部门 显示部门 所有端都要改

pet
liujun 2024-11-22 15:24:40 +08:00
parent 23d1b73e5d
commit edddf9fe6c
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
<template #label> <template #label>
<view class="mt-10"> <view class="mt-10">
<view>部门{{ item.DEPARTMENT_NAME }}</view> <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"> <view v-if="item.SIGN_PICTURE">
<u-image width="400rpx" height="200rpx" :src="$filePath + '/' +item.SIGN_PICTURE" mode="widthFix"/> <u-image width="400rpx" height="200rpx" :src="$filePath + '/' +item.SIGN_PICTURE" mode="widthFix"/>
<view>审批意见{{ item.APPROVAL_OPINIONS }}</view> <view>审批意见{{ item.APPROVAL_OPINIONS }}</view>

View File

@ -4,7 +4,7 @@
<view class="step_left"></view> <view class="step_left"></view>
<view class="step_right"> <view class="step_right">
<view class="right_content" v-for="(item,index) in stepData" :key="index"> <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="times" v-if="item.time">{{ item.time }}</view>
<view class="result" v-if="item.desc"> <view class="result" v-if="item.desc">
<text style="color: #202020;">{{ item.desc }}</text> <text style="color: #202020;">{{ item.desc }}</text>