|
@@ -340,7 +340,7 @@
|
|
|
this.$prompt('请输入工单价格', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
- inputPattern: /^\d{0,}(\.\d{2})?$/,
|
|
|
+ inputPattern: /^\d{0,}(\.\d{1,2})?$/,
|
|
|
inputErrorMessage: '价格格式不正确',
|
|
|
inputValue:row.price,
|
|
|
inputPlaceholder:'请输入价格'
|