fix:点击批次号分批只在光锥一体刀可以

This commit is contained in:
shijing 2025-09-08 16:44:11 +08:00
parent 03b386d6fe
commit 44d7a0856f
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,8 @@
min-width="150" min-width="150"
> >
<template #default="scope"> <template #default="scope">
<span @click="rowClick(scope.row)" style="color:#0052d9;font-weight: 600;cursor: pointer;">{{scope.row.batch}}</span> <span v-if="route_code=='kaitaijiexiaopi'" @click="rowClick(scope.row)" style="color:#0052d9;font-weight: 600;cursor: pointer;">{{scope.row.batch}}</span>
<span v-else>{{scope.row.batch}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column

View File

@ -98,7 +98,8 @@
min-width="150" min-width="150"
> >
<template #default="scope"> <template #default="scope">
<span @click="rowClick(scope.row)" style="color:#0052d9;font-weight: 600;cursor: pointer;">{{scope.row.batch}}</span> <span v-if="route_code=='kaitaijiexiaopi'" @click="rowClick(scope.row)" style="color:#0052d9;font-weight: 600;cursor: pointer;">{{scope.row.batch}}</span>
<span v-else>{{scope.row.batch}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column