huangbin %!s(int64=4) %!d(string=hai) anos
pai
achega
985907e62c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/constants/enumsName.ts

+ 1 - 1
src/common/constants/enumsName.ts

@@ -1018,7 +1018,7 @@ export function getInterestrateModeName(mode: number, value: number, enumdicname
             result = (value * 10000).toFixed(2).toString() + '‱'
             break
         case 3: // 日固定值
-            result = value.toFixed(2).toString() + enumdicname
+            result = value.toFixed(2).toString() + '/' + enumdicname
             break;
     }
     return result