30875
This commit is contained in:
		| @@ -134,7 +134,7 @@ export default { | ||||
|         eventDesc: [{required: true, message: '请输入调整说明', trigger: 'blur'}], | ||||
|         integralCalcType: [{required: true, message: '请选择类型', trigger: 'change'}], | ||||
|         integral: [{required: true, message: '请输入积分', trigger: 'blur' }, | ||||
|         {pattern: /(^[1-9]{1}[0-9]*$)|(^[0-9]*\.[0-9]{2}$)/, message: '请输入正数且最多只能保留两位小数'}], | ||||
|         {pattern: /^([1-9]\d*|0)(\.\d{1,2})?$/, message: '请输入正数且最多只能保留两位小数'}], | ||||
|       } | ||||
|     }, | ||||
|   }, | ||||
| @@ -264,6 +264,7 @@ export default { | ||||
|               setTimeout(() =>{ | ||||
|                 this.dialog = false | ||||
|                 this.getTableData() | ||||
|                 this.flag = false | ||||
|               }, 600) | ||||
|             } else { | ||||
|               this.flag = false | ||||
| @@ -349,7 +350,7 @@ export default { | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   ::v-deep .aipersonselect .ai-personselect .selectCont .pagination { | ||||
|   ::v-deep .selectCont .pagination { | ||||
|     width: 100%!important; | ||||
|     background: pink; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user