fetch(modify):隐藏我的网卡
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 2m23s

This commit is contained in:
sexygoat
2026-02-02 14:30:24 +08:00
parent 4d2f38c75b
commit c31fdaa748

View File

@@ -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"