From 2716502f2a9bd81f2e8f2de2165b8d3ad284de24 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Sat, 04 Dec 2021 20:11:55 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory_ys
---
src/views/securityCompany/column.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/securityCompany/column.js b/src/views/securityCompany/column.js
index 3616fc1..40935f9 100644
--- a/src/views/securityCompany/column.js
+++ b/src/views/securityCompany/column.js
@@ -14,7 +14,7 @@
},
{
- label: "企业名称",
+ label: "单位名称",
prop: "enterprisename",
search: true,
width: 260,
@@ -45,7 +45,7 @@
],
},
{
- label: "法定代表人",
+ label: "法人姓名",
labelWidth: 160,
prop: "representative",
width: 110,
@@ -192,6 +192,7 @@
label: "处罚情况",
prop: "punishreason",
span: 24,
+ search: false,
labelWidth: 110,
rules: [
{
@@ -205,6 +206,7 @@
label: "处罚结果",
prop: "punishresult",
span: 24,
+ search: false,
// type: "textarea",
labelWidth: 110,
},
@@ -212,6 +214,7 @@
label: "处罚日期",
prop: "punishtime",
span: 24,
+ search: false,
type: "date",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd",
--
Gitblit v1.9.3