Explorar o código

commit 解决bug 80557

yu jie %!s(int64=4) %!d(string=hai) anos
pai
achega
c1ff5181d8

+ 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>