@@ -6,7 +6,7 @@
:maskClosable="false"
:footer="null"
@cancel="cancel"
- width="40%">
+ width="500px">
<a-spin :spinning="spinning" tip="Loading...">
<a-form-model
id="chooseCustom-form"
@@ -57,8 +57,7 @@ export default {
return {
opened: this.show,
spinning: false,
- title: '备注',
-
+ title: '收款打印状态',
confirmLoading: false,
formItemLayout: {
labelCol: {
@@ -102,6 +101,7 @@ export default {
cancel () {
this.opened = false
this.$emit('cancel')
+ this.printStatus = ''
this.$refs.ruleForm.resetFields()
}
},