【修改】去除无用代码

This commit is contained in:
zer0Black
2022-04-17 21:47:16 +08:00
parent 613ce9d31c
commit 725a72a178
@@ -15,14 +15,6 @@
:filterOption="filterOption" :filterOption="filterOption"
allowClear allowClear
:options="dictOptions"> :options="dictOptions">
<!-- <a-select-option-->
<!-- v-for="(item,index) in dictOptions"-->
<!-- :key="index"-->
<!-- :value="item.value">-->
<!-- <span style="display: inline-block;width: 100%" :title=" item.text || item.label ">-->
<!-- {{ item.text || item.label }}-->
<!-- </span>-->
<!-- </a-select-option>-->
</a-select> </a-select>
</template> </template>