wangfei
2024-12-09 9f03850e058066a7c7bb3a3320c5010bb9d162d2
UI-Project/src/views/hollow/hollowequipment.vue
@@ -51,7 +51,7 @@
      <el-table-column prop="width" :label="$t('hellow.width')" align="center"/>
      <el-table-column prop="state" :label="$t('hellow.state')" align="center"/>
    </el-table>
      <div style="display: flex;margin-left: 500px;margin-top: 10px;">
      <div style="display: flex;margin-left: 40%;margin-top: 10px;">
        <!-- <div style="float: center;"> -->
      <div style="margin-top: 5px;margin-right: 5px;">线路</div>
  <el-pagination
@@ -171,6 +171,7 @@
      </div>
    </template>
  </el-dialog>
  <!-- 缺片详情 -->
  <el-dialog v-model="dialogFormVisibleb" top="7vh" width="70%" height="500">
    <div style="margin-top: -20px;text-align: center;margin-left: 400px;">
      <el-form-item :label="$t('hellow.cardnumbera')" style="width: 14vw">
@@ -298,6 +299,7 @@
  dialogFormVisiblea.value = true;
  fetchFlowCardId();
};
// 缺片详情
const handleBindRack = (row) => {
  const { projectNumber, layer } = row;
  currentRow.projectNumber  = row.projectNumber;