|
@@ -43,7 +43,7 @@ export default defineComponent({
|
|
|
>
|
|
|
<OHeader border={false} />
|
|
|
</OSticky>
|
|
|
- <Tabs
|
|
|
+ {/* <Tabs
|
|
|
sticky
|
|
|
lineWidth={20}
|
|
|
lineHeight={4}
|
|
@@ -58,14 +58,15 @@ export default defineComponent({
|
|
|
}}
|
|
|
>
|
|
|
<Tab title="标准训练" name="standard">
|
|
|
- {/* <Standard address={address.value} /> */}
|
|
|
+
|
|
|
{tabValue.value === 'standard' && <Standard address={address.value} />}
|
|
|
</Tab>
|
|
|
<Tab title="自定义训练" name="practice">
|
|
|
- {/* <Practice address={address.value} /> */}
|
|
|
+
|
|
|
{tabValue.value === 'practice' && <Practice address={address.value} />}
|
|
|
</Tab>
|
|
|
- </Tabs>
|
|
|
+ </Tabs> */}
|
|
|
+ <Practice address={address.value} />
|
|
|
|
|
|
{/* {tabValue.value === 'standard' && <Standard address={address.value} />}
|
|
|
{tabValue.value === 'practice' && <Practice address={address.value} />} */}
|