chenlu
2024-12-02 e50fa16b6dbc4e7c50d5fbdbc04d2a556ca01c4e
north-glass-erp/northglass-erp/src/views/pp/rework/Rework.vue
@@ -23,10 +23,10 @@
  <div id="main">
    <div id="div-title">
      <el-breadcrumb :separator-icon="ArrowRight">
        <el-breadcrumb-item @click="changeRouter(1)" :class="indexFlag===1?'indexTag':''" :to="{ path: '/main/rework/SelectRework' }">{{$t('rework.reworkManagement')}}</el-breadcrumb-item>
        <el-breadcrumb-item @click="changeRouter(2)" :class="indexFlag===2?'indexTag':''" :to="{ path: '/main/rework/AddRework' }">{{$t('rework.addRework')}}</el-breadcrumb-item>
        <el-breadcrumb-item @click="changeRouter(3)"  :class="indexFlag===3?'indexTag':''" :to="{ path: '/main/rework/PrintReworkFlowCard' }" >{{$t('rework.printRework')}}</el-breadcrumb-item>
        <el-breadcrumb-item v-show="false" :to="{ path: '/main/order/orderReport' }">{{$t('productStock.reportForms')}}</el-breadcrumb-item>
        <el-breadcrumb-item @click="changeRouter(1)" :class="indexFlag===1?'indexTag':''" :to="{ path: '/main/rework/selectRework' }">{{$t('rework.reworkManagement')}}</el-breadcrumb-item>
        <el-breadcrumb-item @click="changeRouter(2)" :class="indexFlag===2?'indexTag':''" :to="{ path: '/main/rework/addRework' }">{{$t('rework.addRework')}}</el-breadcrumb-item>
        <el-breadcrumb-item @click="changeRouter(3)"  :class="indexFlag===3?'indexTag':''" :to="{ path: '/main/rework/printReworkFlowCard' }" >{{$t('rework.printRework')}}</el-breadcrumb-item>
        <el-breadcrumb-item v-show="false"  />
      </el-breadcrumb>
    </div>