From 0fe13b0848078de49f165ecd56161036a5a89ecb Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 26 Jan 2026 17:25:24 +0800
Subject: [PATCH] feat:机构管理

---
 applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/FormDiaLog.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/FormDiaLog.vue b/applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/FormDiaLog.vue
index 6082ff9..2dd78c6 100644
--- a/applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/FormDiaLog.vue
+++ b/applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/FormDiaLog.vue
@@ -18,9 +18,9 @@
       </el-col>
       <el-col :span="12">
         <div class="label">机构状态</div>
-        <div class="val">{{ formData.status === 1 ? '启用' : '禁用' }}</div>
+        <div class="val"> {{ getDictLabel(formData.status, dictObj.institutionStatus) }}</div>
       </el-col>
-      <el-col :span="24">
+      <el-col :span="12">
         <div class="label">机构描述</div>
         <div class="val">{{ formData.remark }}</div>
       </el-col>
@@ -97,6 +97,7 @@
 </template>
 
 <script setup>
+import { getDictLabel } from '@ztzf/utils'
 import { computed, ref, inject, nextTick } from 'vue'
 import { ElMessage } from 'element-plus'
 import { fieldRules } from '@ztzf/utils'

--
Gitblit v1.9.3