吉安感知网项目-前端
张含笑
2026-01-26 0fe13b0848078de49f165ecd56161036a5a89ecb
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">