@@ -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,