fix: iccid列适配
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m44s

This commit is contained in:
sexygoat
2026-04-24 11:48:52 +08:00
parent ceecc07ffc
commit 2d6b5d7903
4 changed files with 11 additions and 11 deletions

View File

@@ -105,7 +105,7 @@
</ElDialog>
<!-- 分配角色对话框 -->
<ElDialog v-model="roleDialogVisible" width="900px">
<ElDialog v-model="roleDialogVisible" width="50%">
<template #header>
<div class="dialog-header">
<span class="dialog-title">分配角色</span>
@@ -278,7 +278,7 @@
// 响应式表单数据
const formFilters = reactive({ ...initialSearchState })
// 店铺和企业列表
// 店铺和企业列表
const shopList = ref<any[]>([])
const enterpriseList = ref<any[]>([])