fix:
This commit is contained in:
parent
5bd5021a16
commit
e588516177
|
@ -114,14 +114,14 @@
|
|||
@click="table_Check(scope.row)"
|
||||
v-auth="'ftestwork.create'"
|
||||
type="primary"
|
||||
v-if="scope.row.defect_name == null"
|
||||
v-if="scope.row.mgroup_name == '黑化'"
|
||||
>检验
|
||||
</el-button>
|
||||
<el-button
|
||||
link size="small"
|
||||
type="warning"
|
||||
@click="tableCheckList(scope.row)"
|
||||
v-if="scope.row.defect_name == null"
|
||||
v-if="scope.row.mgroup_name == '黑化'"
|
||||
>检验记录
|
||||
</el-button>
|
||||
<el-button @click="printMaterial(scope.row)" type="text">物料标签</el-button>
|
||||
|
|
Loading…
Reference in New Issue