diff --git a/src/views/em/mpoint.vue b/src/views/em/mpoint.vue index 38bf1995..dbf879db 100644 --- a/src/views/em/mpoint.vue +++ b/src/views/em/mpoint.vue @@ -1,198 +1,409 @@ - - - - - 新增 - 同步亚控测点 - 批量修改 - - - - - - - - - - - - - - - - - - - - + + + + 新增 + 同步亚控测点 + 批量修改 + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - {{ - mpointGatherStateEnum[scope.row.gather_state]?.text }} - - - - {{mpointTypeEnum[scope.row.type]?.text}} - - - - - - {{valTypeEnum[scope.row.val_type]?.text}} - - - - - - - - - - - - - - - + + + + - 编辑 + + + + + + + {{ + mpointGatherStateEnum[scope.row.gather_state] + ?.text + }} + + + + {{ mpointTypeEnum[scope.row.type]?.text }} + + + + + + {{ valTypeEnum[scope.row.val_type]?.text }} + + + + + + + + + + + + + + + + + 原始记录 - + 编辑 + + - 删除 + 删除 - - - - 1111 - + + + + + + + + + {{ + scope.row.val_int + }} + {{ + scope.row.val_bool + }} + {{ + scope.row.val_str + }} + {{ + scope.row.val_float + }} + + + + \ No newline at end of file +