فهرست منبع

commit 解决bug 80557

yu jie 4 سال پیش
والد
کامیت
c1ff5181d8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/information/spot-contract/components/add/index.vue

+ 1 - 1
src/views/information/spot-contract/components/add/index.vue

@@ -226,7 +226,7 @@
                         placeholder="请选择结算币种">
                 <a-select-option v-for="item in payCurrency"
                                  :key="item.enumdicid"
-                                 :value="item.enumdicid">
+                                 :value="item.enumitemname">
                   {{item.enumdicname}}
                 </a-select-option>
               </a-select>