春风项目四线(合箱线、总装线)
hdy
2024-01-16 9562e6b8a5d1b703681074927efbd602b9f48108
jcdm-ui/src/views/main/bs/formula/index.vue
@@ -96,7 +96,7 @@
<!--          </el-table-column>-->
          <el-table-column label="配方编码" width="130" align="center" :show-overflow-tooltip="true">
            <template slot-scope="scope">
              <router-link :to="'/main/formula-data/index/' + scope.row.formulaCode" class="link-type">
              <router-link :to="{path: '/main/formula-data/index/', query: {formulaCode: scope.row.formulaCode }}" class="link-type">
                <span>{{ scope.row.formulaCode }}</span>
              </router-link>
            </template>