Commit f19d7271 by xionglin

infswm删除指派按钮

parent 2ed3909a
...@@ -67,23 +67,6 @@ ...@@ -67,23 +67,6 @@
@click="swmDelete(scope.$index, scope.row)" @click="swmDelete(scope.$index, scope.row)"
>删除</c-button >删除</c-button
> >
<el-popover placement="top-start" width="50" trigger="click">
<ul class="table-button-item-list">
<li>
<c-button size="small" style="margin-left: 0">指派</c-button>
</li>
<li>
<c-button size="small" style="margin-left: 0">删除</c-button>
</li>
</ul>
<a
slot="reference"
href="javascript:void(0)"
style="margin-left: 5px"
>
<i class="el-icon-more"></i>
</a>
</el-popover>
</template> </template>
</c-table-column> </c-table-column>
</c-paging-table> </c-paging-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment