From 948cca39e334dde8a3ef04c030f8d691edf30bf8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 08 三月 2023 09:24:58 +0800
Subject: [PATCH] 身份证正反面调整
---
src/views/systemSetting/baseSetting/user/components/main/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index 26e0685..dc18c42 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -84,7 +84,7 @@
<!-- 鏌ョ湅椤甸潰 -->
<el-dialog
:visible.sync="dialogView"
- width="45%"
+ width="600px"
v-if="dialogView"
title="鏌ョ湅鐢ㄦ埛淇℃伅"
>
@@ -93,7 +93,7 @@
<!-- 淇敼椤甸潰 -->
<el-dialog
:visible.sync="dialogUpdate"
- width="45%"
+ width="600px"
v-if="dialogUpdate"
:title="
updateFlag
@@ -261,6 +261,7 @@
url: "sccg/admin/deleteBatch?ids=" + idArr,
}).then((res) => {
if (res.code === 200) {
+
this.$message({
type: "success",
message: "鍒犻櫎鐢ㄦ埛淇℃伅鎴愬姛",
--
Gitblit v1.8.0