吉安感知网项目-前端
chenyao
2026-07-10 2522fd1192999cc28cd95d6362a629e54b6a160b
applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
@@ -66,7 +66,7 @@
              {{ getDictLabel(row.status, dictObj.zoningStatus) }}
            </template>
          </el-table-column>
          <el-table-column label="操作" class-name="operation-btns" width="200">
          <el-table-column label="操作" class-name="operation-btns" width="200" fixed="right">
            <template v-slot="{ row }">
              <el-link type="primary" @click="openForm('view', row)">查看</el-link>
              <el-link type="primary"  @click="openForm('edit', row)">编辑</el-link>