fix:光芯返工交接不能退回

This commit is contained in:
shijing 2025-08-04 10:46:37 +08:00
parent 32c630ca42
commit eb1376deae
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
size="small"
@click="table_reBack(scope.row)"
type="danger"
v-if="scope.row.recive_mgroup == mgroupId&&scope.row.submit_time!== null&&(scope.row.type == 10||scope.row.type == 20)&&scope.row.mtype == 10"
v-if="scope.row.recive_mgroup == mgroupId&&scope.row.submit_time!== null&&scope.row.type == 10&&scope.row.mtype == 10"
>退回</el-button>
<el-button
link