代码更新

This commit is contained in:
ludj
2022-12-22 13:49:11 +08:00
parent db04170b01
commit a99ffc550c
11 changed files with 26 additions and 23 deletions

View File

@@ -441,9 +441,8 @@ export default {
rounding(row, column) {
return parseFloat(row[column.property]).toFixed(2)
},
// 下发按钮禁用条件
is_disabled(len, row) {
if (len === 1 && row.order_status === '00') {
if (len === 1 && row.order_status === '1') {
return false
} else {
return true