fetch(modify):隐藏我的网卡
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m23s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m23s
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<template>
|
||||
<ElDialog v-model="visible" title="客户账号列表" width="1200px" @close="handleClose">
|
||||
<ElDialog v-model="visible" title="客户账号列表" width="80%" @close="handleClose">
|
||||
<!-- 搜索栏 -->
|
||||
<ArtSearchBar
|
||||
v-model:filter="searchForm"
|
||||
:items="searchFormItems"
|
||||
:show-expand="false"
|
||||
label-width="85"
|
||||
@reset="handleReset"
|
||||
@search="handleSearch"
|
||||
></ArtSearchBar>
|
||||
@@ -16,6 +15,7 @@
|
||||
row-key="id"
|
||||
:loading="loading"
|
||||
:data="accountList"
|
||||
height="60vh"
|
||||
:currentPage="pagination.page"
|
||||
:pageSize="pagination.pageSize"
|
||||
:total="pagination.total"
|
||||
|
||||
Reference in New Issue
Block a user