|
@@ -327,13 +327,13 @@ export default defineComponent({
|
|
/>
|
|
/>
|
|
</CellGroup>
|
|
</CellGroup>
|
|
|
|
|
|
- {props.registerInfo?.orchestraRegisterType === 'PARENT_CONFERENCES' && (
|
|
|
|
|
|
+ {/* {props.registerInfo?.orchestraRegisterType === 'PARENT_CONFERENCES' && (
|
|
<Image
|
|
<Image
|
|
src={props.registerInfo?.instrumentPriceImg}
|
|
src={props.registerInfo?.instrumentPriceImg}
|
|
class={styles.instrumentPriceImg}
|
|
class={styles.instrumentPriceImg}
|
|
onClick={onPreviewImg}
|
|
onClick={onPreviewImg}
|
|
/>
|
|
/>
|
|
- )}
|
|
|
|
|
|
+ )} */}
|
|
|
|
|
|
<div class={styles.applyTitle}>家长信息</div>
|
|
<div class={styles.applyTitle}>家长信息</div>
|
|
<CellGroup inset class={styles.applyCellGroup}>
|
|
<CellGroup inset class={styles.applyCellGroup}>
|