make refund remarks required

This commit is contained in:
edmondlang
2024-05-22 21:17:11 +08:00
parent 16b67c2ea3
commit 000c418315
@@ -92,7 +92,9 @@ export default {
refundAmount: {
maxValue: maxValue(this.refundMaxValue)
},
refundRemark: {}
refundRemark: {
required
}
}
},
computed: {