Gitea 1 year ago
parent f08d0d6813
commit cf95dc4eff
  1. 4
      ant-design-vue-jeecg/src/views/requiremententity/RequirementEntityList.vue

@ -44,11 +44,11 @@
</a-upload> </a-upload>
<!-- 高级查询区域 --> <!-- 高级查询区域 -->
<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query> <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
<a-dropdown v-if="selectedRowKeys.length > 0"> <a-dropdown>
<a-menu slot="overlay"> <a-menu slot="overlay">
<a-menu-item key="1" @click="hb(selectedRowKeys)"><a-icon type="plus"/>合并</a-menu-item> <a-menu-item key="1" @click="hb(selectedRowKeys)"><a-icon type="plus"/>合并</a-menu-item>
</a-menu> </a-menu>
<a-button style="margin-left: 8px"> 合并操作 <a-icon type="down" /></a-button> <a-button style="margin-left: 8px" type="primary"> 合并操作 <a-icon type="plus" /></a-button>
</a-dropdown> </a-dropdown>
</div> </div>

Loading…
Cancel
Save