|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="tw-overflow-y-scroll">
|
|
|
- <table class="custom-table">
|
|
|
+ <table class="custom-table" v-if="props.rangeConfig">
|
|
|
<tr>
|
|
|
<td>大题号</td>
|
|
|
<td>小题号</td>
|
|
@@ -62,6 +62,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+ <div v-else>请先进行分段设置。</div>
|
|
|
</div>
|
|
|
|
|
|
<CommonRangeConfig
|
|
@@ -102,6 +103,7 @@ let rangeConfigRef = $ref(null);
|
|
|
|
|
|
let selectedRangeConfig = $ref([]);
|
|
|
let selectedCourseId = $ref(0);
|
|
|
+console.log(props.rangeConfig);
|
|
|
|
|
|
const openRangeConfigModal = () => {
|
|
|
selectedCourseId = props.courseId;
|