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