|
@@ -315,9 +315,11 @@ export default {
|
|
|
handleEdit(row) {
|
|
handleEdit(row) {
|
|
|
this.$set(row, 'edit', true)
|
|
this.$set(row, 'edit', true)
|
|
|
if (row.quantityMax || row.quantityMin) {
|
|
if (row.quantityMax || row.quantityMin) {
|
|
|
- this.$set(row, 'radio', 0)
|
|
|
|
|
- } else if (row.stdError) {
|
|
|
|
|
this.$set(row, 'radio', 1)
|
|
this.$set(row, 'radio', 1)
|
|
|
|
|
+ } else if (row.stdError) {
|
|
|
|
|
+ this.$set(row, 'radio', 2)
|
|
|
|
|
+ } else {
|
|
|
|
|
+ this.$set(row, 'radio', 0)
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
radioChange(row) {
|
|
radioChange(row) {
|