From 5806da03842c4841321062701ec6db3adca5df73 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 13 Oct 2022 09:42:53 +0800
Subject: [PATCH] 更新
---
src/views/specialWorkSystem/workTicket/myJobApply/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/index.vue b/src/views/specialWorkSystem/workTicket/myJobApply/index.vue
index a88f732..547ecef 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/index.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/index.vue
@@ -15,6 +15,7 @@
:value="item.id"
/>
</el-select>
+
<el-button type="primary" @click="searchRecord">查询</el-button>
<el-button plain @click="clearSearch">重置</el-button>
</div>
@@ -92,6 +93,9 @@
<div class="text">
审批类型:<span>{{ item.typeDesc }}</span>
</div>
+ <div class="text" v-if="item.auditTypeDesc">
+ 审批类型:<span>{{ item.auditTypeDesc }}</span>
+ </div>
<div class="text" v-show="item.startApprovalTime != null">
开始时间:<span>{{ item.startApprovalTime }}</span>
</div>
--
Gitblit v1.9.2