cfel-base-components 2.5.29 → 2.5.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -131,24 +131,21 @@ export default function UserCard({
|
|
|
131
131
|
<div className="lios-keyMare">租户</div>
|
|
132
132
|
<div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
|
|
133
133
|
</div>
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
>
|
|
146
|
-
跳转
|
|
147
|
-
</a>
|
|
134
|
+
<div className='lios-li li-flex'>
|
|
135
|
+
<div className='lios-keyMare'>资金账户</div>
|
|
136
|
+
<div className='lios-valueMare'>
|
|
137
|
+
<a
|
|
138
|
+
onClick={() => {
|
|
139
|
+
location.href = '/web/capital-wallet'
|
|
140
|
+
}}
|
|
141
|
+
>
|
|
142
|
+
跳转
|
|
143
|
+
</a>
|
|
144
|
+
</div>
|
|
148
145
|
</div>
|
|
149
|
-
</div>
|
|
150
146
|
</div>
|
|
151
147
|
|
|
148
|
+
|
|
152
149
|
<div className="lios-logoutBox">
|
|
153
150
|
<div
|
|
154
151
|
className="lios-logout"
|