@@ -535,7 +535,7 @@ export default {
})
return
}
- if (this.deptBudgetList.carNo > 7) {
+ if (this.deptBudgetList.carNo.length > 7) {
this.$message({
message: '车牌号输入错误,请输入7个字符之内',
type: 'warning'