spring
2025-11-13 bfbea958be8afe7e0522dc19f8a468eb35a3f9b9
src/pages/production/twist/receive/index.vue
@@ -1,16 +1,16 @@
<template>
  <wd-tabs v-model="tab" auto-line-width>
    <wd-tab title="单丝领用" name="单丝领用">
      <Monofil />
      <Monofil v-if="tab === '单丝领用'" />
    </wd-tab>
    <wd-tab title="盘具领用" name="盘具领用">
      <view class="content">
        <Plate />
        <Plate v-if="tab === '盘具领用'" />
      </view>
    </wd-tab>
    <wd-tab title="芯线领用" name="芯线领用">
      <view class="content">
        <SteelCore />
        <SteelCore v-if="tab === '芯线领用'" />
      </view>
    </wd-tab>
  </wd-tabs>