فهرست منبع

JLHWEB:
1、修复核价币种没显示问题

MY 3 روز پیش
والد
کامیت
68b245fb4d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      JLHWEB/src/views/quote/mattressQuote/hooks/index.tsx

+ 3 - 0
JLHWEB/src/views/quote/mattressQuote/hooks/index.tsx

@@ -3485,6 +3485,9 @@ export const useHooks = (t?: any) => {
     {
       field: "moneyrate",
       title: "币种",
+      render: (scope: any) => {
+        return <>{scope.row.moneyrate > 1 ? "美元" : "人民币"}</>;
+      },
       basicinfo: {
         el: "select",
         editable: ALLOW_EDIT_STATE,