|
@@ -21,7 +21,11 @@
|
|
<td>{{ group.title }}</td>
|
|
<td>{{ group.title }}</td>
|
|
<td>{{ progress(group.totalCount, group.markedCount) }}%</td>
|
|
<td>{{ progress(group.totalCount, group.markedCount) }}%</td>
|
|
<td class="tw-text-right">
|
|
<td class="tw-text-right">
|
|
- <qm-button type="primary" @click="chooseGroup(group.markerId)">
|
|
|
|
|
|
+ <qm-button
|
|
|
|
+ :disabled="isCurrentGroup(group.number)"
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="chooseGroup(group.markerId)"
|
|
|
|
+ >
|
|
选择
|
|
选择
|
|
</qm-button>
|
|
</qm-button>
|
|
</td>
|
|
</td>
|