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