sys 3 سال پیش
والد
کامیت
4d7f5143df
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      components/en-from/en-radio/en-radio.vue
  2. 1 1
      components/en-from/en-send/en-send.vue

+ 1 - 1
components/en-from/en-radio/en-radio.vue

@@ -95,7 +95,7 @@ export default {
       })
     },
     setValue(){
-      this.inputValue = this.value
+      this.inputValue = this.value+''
     },
     setLabelWidth(){
       let differenceNum=4- this.label.length;

+ 1 - 1
components/en-from/en-send/en-send.vue

@@ -23,7 +23,7 @@
 
 <script>
 export default {
-  name: 'en-input',
+  name: 'en-send',
   props: {
     type: {
       type: String,