席位管理
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
:visible.sync="dialog"
|
:visible.sync="dialog"
|
||||||
:destroyOnClose="true"
|
:destroyOnClose="true"
|
||||||
width="720px"
|
width="720px"
|
||||||
@closed="dialog=false" :customFooter="false">
|
:customFooter="true">
|
||||||
<ai-table :tableData="tableDataGroup" :isShowPagination="false"
|
<ai-table :tableData="tableDataGroup" :isShowPagination="false"
|
||||||
@getList="getTableDataGroup()" :col-configs="colConfigsGroup">
|
@getList="getTableDataGroup()" :col-configs="colConfigsGroup">
|
||||||
<el-table-column slot="avatar" label="群聊头像" align="left">
|
<el-table-column slot="avatar" label="群聊头像" align="left">
|
||||||
@@ -45,6 +45,9 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</ai-table>
|
</ai-table>
|
||||||
|
<div class="dialog-footer" slot="footer">
|
||||||
|
<el-button @click="dialog=false">关闭</el-button>
|
||||||
|
</div>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user