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' applications/task-work-order/src/views/orderView/organizationalMessage/agenciesManagement/index.vue
@@ -60,7 +60,7 @@ <el-table-column prop="remark" show-overflow-tooltip label="机构描述" /> <el-table-column prop="status" show-overflow-tooltip label="机构状态"> <template v-slot="{ row }"> {{ row.status === 1 ? '启用' : '禁用' }} {{ getDictLabel(row.status, dictObj.institutionStatus) }} </template> </el-table-column> <el-table-column label="操作" class-name="operation-btns" width="240">