From 3f5c1ae2cfbe8d29eb11e0ac88abceaa7d6906f2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 25 Nov 2021 15:47:28 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory_ys
---
src/views/securityCompany/column.js | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/securityCompany/column.js b/src/views/securityCompany/column.js
index 62725e0..3616fc1 100644
--- a/src/views/securityCompany/column.js
+++ b/src/views/securityCompany/column.js
@@ -1,11 +1,13 @@
export var companyColimn = [
{
- label: "统一社会信用代码",
+ label: "社会信用代码证号",
prop: "creditcode",
width: 140,
hide: true,
-
+ search: true,
labelWidth: 160,
+ searchSpan: 4,
+ searchLabelWidth: 130
// hide: true,
// editDisplay: false,
// addDisplay: false
@@ -56,9 +58,9 @@
labelWidth: 160,
prop: "representativecell",
width: 120,
- // search: true,
+ search: true,
searchSpan: 4,
- searchLabelWidth: 100
+ searchLabelWidth: 120
},
{
@@ -117,13 +119,14 @@
prop: "contactscell",
labelWidth: 160,
width: 95,
+ // search: true,
},
{
label: "注册地址",
prop: "address",
labelWidth: 160,
- // search: true,
+ search: true, searchSpan: 4,
hide: true,
},
{
--
Gitblit v1.9.3