shish 5 سال پیش
والد
کامیت
436ced1262
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      ghsApp/src/components/module/app-commodity.vue

+ 2 - 1
ghsApp/src/components/module/app-commodity.vue

@@ -25,7 +25,7 @@
 					<input
 						class="change-input"
 						:value="autoPrice"
-						type="number"
+						type="digit"
 						placeholder="自动调价"
 						@change="changePriceEvent"
 					/>
@@ -85,6 +85,7 @@ export default {
 			this.$emit("remove", this.info);
 		},
 		changePriceEvent(event) {
+			console.log(value)
 			const {
 				detail: { value }
 			} = event;