Explorar o código

fix: 修复金额单位

zhangyuhan hai 1 ano
pai
achega
daa5a7d204
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/staticres/js/ent-search-index-pc.js

+ 1 - 1
src/web/staticres/js/ent-search-index-pc.js

@@ -1142,7 +1142,7 @@ var entSearch = new Vue({
         },
         calcListItemForCap: function (p) {
             if (p) {
-                return p + '万元'
+                return p
             } else {
                 return '-'
             }