fix:原料检验去除switch的change方法
This commit is contained in:
parent
bcbca918e3
commit
4ac169266d
|
@ -865,7 +865,6 @@
|
|||
:disabled="!scope.row.isEdit"
|
||||
v-model="scope.row[item.defect_name]"
|
||||
style="--el-switch-on-color: red"
|
||||
@change="switchChange(scope.row, item)"
|
||||
></el-switch>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
Loading…
Reference in New Issue