fix:禅道347

This commit is contained in:
shijing 2026-02-27 08:53:42 +08:00
parent f3021a2357
commit 7cb32833f1
1 changed files with 2 additions and 2 deletions

View File

@ -130,14 +130,14 @@
@click="table_Check(scope.row)" @click="table_Check(scope.row)"
v-auth="'ftestwork.create'" v-auth="'ftestwork.create'"
type="primary" type="primary"
v-if="scope.row.state == 10||scope.row.state == 34" v-if="(scope.row.state == 10||scope.row.state == 34)&&scope.row.mgroup_name !== '退火'"
>检验</el-button> >检验</el-button>
<!-- v-if="(scope.row.mgroup_name == '黑化'||scope.row.mgroup_name == '退火'||scope.row.mgroup_name == '外观检验')&&(scope.row.state == 10||scope.row.state == 20||scope.row.state == 34)" --> <!-- v-if="(scope.row.mgroup_name == '黑化'||scope.row.mgroup_name == '退火'||scope.row.mgroup_name == '外观检验')&&(scope.row.state == 10||scope.row.state == 20||scope.row.state == 34)" -->
<el-button <el-button
link size="small" link size="small"
type="warning" type="warning"
@click="tableCheckList(scope.row)" @click="tableCheckList(scope.row)"
v-if="scope.row.state == 10||scope.row.state == 34" v-if="(scope.row.state == 10||scope.row.state == 34)&&scope.row.mgroup_name !== '退火'"
>检验记录</el-button> >检验记录</el-button>
<el-button @click="printMaterial(scope.row)" type="text">打签</el-button> <el-button @click="printMaterial(scope.row)" type="text">打签</el-button>
</template> </template>