fix:去掉多余按钮

This commit is contained in:
shijing 2025-12-17 14:31:32 +08:00
parent 0252ee2361
commit 8b9d75367b
1 changed files with 0 additions and 4 deletions

View File

@ -164,9 +164,6 @@
type="primary" type="primary"
style="margin-left: 10px;" style="margin-left: 10px;"
>检验</el-link> >检验</el-link>
<!-- <el-link :underline="false" type="primary"
@click="handleWatch(scope.row)"
>流程图</el-link> -->
</template> </template>
</el-table-column> </el-table-column>
</scTable> </scTable>
@ -234,7 +231,6 @@
> >
<template #default="scope"> <template #default="scope">
<el-link :underline="false" @click="printMaterial(scope.row,'wpr')" type="primary">物料标签</el-link> <el-link :underline="false" @click="printMaterial(scope.row,'wpr')" type="primary">物料标签</el-link>
<el-link :underline="false" type="primary" @click="handleAddWpr(scope.row)">添加物料</el-link>
</template> </template>
</el-table-column> </el-table-column>
</scTable> </scTable>