cfel-base-components 2.6.8 → 2.6.9
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
|
@@ -263,7 +263,7 @@ export default function Account({ historyAction , DocumentDom}: AccountProps) {
|
|
|
263
263
|
]
|
|
264
264
|
}}
|
|
265
265
|
headerTitle={
|
|
266
|
-
productCode === 'puhui
|
|
266
|
+
productCode === 'puhui' ? (
|
|
267
267
|
<>
|
|
268
268
|
账号列表
|
|
269
269
|
{/* <DocumentEntry documentId={'pc8tgn179k0aky1f'} /> */}
|
|
@@ -301,7 +301,7 @@ export default function Role({ historyAction , DocumentDom }: RoleProps) {
|
|
|
301
301
|
]
|
|
302
302
|
}}
|
|
303
303
|
headerTitle={
|
|
304
|
-
productCode === 'puhui
|
|
304
|
+
productCode === 'puhui' ? (
|
|
305
305
|
<>
|
|
306
306
|
角色列表
|
|
307
307
|
{/* <DocumentEntry documentId={'ovsivik3nchylskc'} /> */}
|