From e5b1d3588dfe66ecd659ba1a6f9d2d410b4e0cd0 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 26 九月 2025 15:42:37 +0800
Subject: [PATCH] 钉钉 部门信息同步 与 主动推送
---
h5/pages/driver/taskConfirm.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/pages/driver/taskConfirm.vue b/h5/pages/driver/taskConfirm.vue
index 966c2c5..a93b824 100644
--- a/h5/pages/driver/taskConfirm.vue
+++ b/h5/pages/driver/taskConfirm.vue
@@ -24,7 +24,7 @@
</view>
</view>
<view class="line" v-else>
- <view class="label">鍚堝悓缂栧彿</view>
+ <view class="label">鍚堝悓/鍗曟嵁缂栧彿</view>
<view class="value">{{param.contractNum}}</view>
</view>
<view class="line" v-if="type != 4">
@@ -35,7 +35,7 @@
<view class="value" v-if="param.type == 3">澶栧崗杞﹁璐�</view>
</view>
<view class="line" v-if="type == 4">
- <view class="label">鍏ュ簱绫诲瀷</view>
+ <view class="label">浣滀笟绫诲瀷</view>
<view class="value" v-if="param.inType == 0">鏁存墭鐩�</view>
<view class="value" v-if="param.inType == 1">浠剁儫</view>
</view>
--
Gitblit v1.9.3