mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增种类数量识别
This commit is contained in:
@@ -30,7 +30,11 @@
|
||||
:repeat="2"
|
||||
style="width: 90%;"
|
||||
/>
|
||||
<OptionContent v-if="selectOptions" :selectOptions="selectOptions" :key="selectValue" />
|
||||
<OptionContent
|
||||
v-if="selectOptions"
|
||||
:selectOptions="selectOptions"
|
||||
:key="selectValue"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user