分区详情和消费端按钮
This commit is contained in:
@@ -93,6 +93,13 @@
|
|||||||
>删除
|
>删除
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
|
<a-button
|
||||||
|
size="small"
|
||||||
|
href="javascript:;"
|
||||||
|
class="operation-btn"
|
||||||
|
@click="openConsumerMemberDialog(record.groupId)"
|
||||||
|
>消费端
|
||||||
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
size="small"
|
size="small"
|
||||||
href="javascript:;"
|
href="javascript:;"
|
||||||
|
|||||||
@@ -70,6 +70,13 @@
|
|||||||
>删除
|
>删除
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
|
<a-button
|
||||||
|
size="small"
|
||||||
|
href="javascript:;"
|
||||||
|
class="operation-btn"
|
||||||
|
@click="openPartitionInfoDialog(record.name)"
|
||||||
|
>分区详情
|
||||||
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
size="small"
|
size="small"
|
||||||
href="javascript:;"
|
href="javascript:;"
|
||||||
|
|||||||
Reference in New Issue
Block a user