Browse Source

工艺添加配置条件

langfang_wms
liwei 3 years ago
parent
commit
f934067d3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plant/processData/technology/index.vue

+ 1
- 1
src/views/plant/processData/technology/index.vue View File

@ -31,7 +31,7 @@
<el-table-column label="操作" width="220" align="center">
<template slot-scope="scope">
<el-button size="mini" @click="setItem(scope.row)">编辑</el-button>
<el-button size="mini" @click="setScanRule(scope.row)">配置</el-button>
<el-button size="mini" :disabled="scope.row['Operation-StepType'] != '扫码校验'" @click="setScanRule(scope.row)">配置</el-button>
<el-button size="mini" type="danger" @click="handleDelete(scope.row)">删除</el-button>
</template>
</el-table-column>


Loading…
Cancel
Save