From 2ea057767896d609b2ae83c3f4c80f45f2620950 Mon Sep 17 00:00:00 2001
From: 钟日健 <5689795+arsn@user.noreply.gitee.com>
Date: Sat, 19 Feb 2022 14:16:49 +0800
Subject: [PATCH] 法人变更样式调整

---
 src/views/licenseApproval/column.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/licenseApproval/column.js b/src/views/licenseApproval/column.js
index f8753d2..36d39d1 100644
--- a/src/views/licenseApproval/column.js
+++ b/src/views/licenseApproval/column.js
@@ -565,7 +565,7 @@
         prop: "representative",
         search: true,
         searchLabelWidth: 110,
-        width: 82,
+        width: 100,
         rules: [
             {
                 required: true,
@@ -576,7 +576,7 @@
     },
     {
         label: "原法定代表人电话",
-        width: 106,
+        width: 130,
         prop: "representativecell",
         rules: [
             {
@@ -600,8 +600,8 @@
         overHidden:true
     },
     {
-        label: "变更法人电话变更法人电话",
-        width: 150,
+        label: "变更法人电话",
+        width: 120,
         prop: "changecontactscell",
         rules: [
             {

--
Gitblit v1.9.3