wangfei
2024-10-18 32fe538e249b6855f5e2b46568bccd81af7f6097
UI-Project/src/views/Identify/identify.vue
@@ -14,7 +14,7 @@
    <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;margin-right: 10px;height: 800px;" v-loading="loading">
      <el-scrollbar height="750px" width="1400px" style="background-color: #e9e9eb;">
  <div style="position: relative;">  
    <div
    <div
      v-for="(rect, index) in adjustedRects"  
      :key="rect.glass_id"  
      class="rect"  
@@ -97,7 +97,7 @@
    glassId: currentGlassId.value,
    state: 8,
    line: 1001,
    workingProcedure: '识别',
    workingProcedure: '切割',
    })
    if (response.code == 200) {
      ElMessage.success(response.message);
@@ -125,7 +125,7 @@
    glassId: currentGlassId.value,
    state: 9,
    line: 1001,
    workingProcedure: '识别',
    workingProcedure: '切割',
    })
    if (response.code == 200) {
      // 绑定成功,处理逻辑