浏览代码

no message

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(){
     setValue(){
-      this.inputValue = this.value
+      this.inputValue = this.value+''
     },
     },
     setLabelWidth(){
     setLabelWidth(){
       let differenceNum=4- this.label.length;
       let differenceNum=4- this.label.length;

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

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