From e8f6050ad0c962e7410d0cdf4d907c8d716d658f Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 31 十月 2025 14:24:49 +0800
Subject: [PATCH] fix: bug

---
 apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue b/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
index 2a2eb2a..ea0fe2c 100644
--- a/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
+++ b/apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
@@ -94,15 +94,11 @@
             :enterpriseName="detail?.enterpriseName ?? ''"
             :taskCount="detail?.taskCount ?? 0"
             :isReal="detail?.isReal ?? false"
+            :supplierEnterpriseName="detail?.supplierEnterpriseName ?? ''"
           ></CompanyDesc>
         </CellChunk>
       </Cell>
-      <Cell>
-        <template #title>
-          <div class="safe-cell-title-wrapper">
-            <div class="safe-cell-title">浠诲姟鎻忚堪</div>
-          </div>
-        </template>
+      <Cell title="浠诲姟鎻忚堪">
         <div class="safe-cell-content">{{ detail?.description ?? '' }}</div>
       </Cell>
       <Cell>

--
Gitblit v1.9.1