From 14df83036ff529bcf8eae9c792b1b8f2a54efaf0 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 21 Aug 2021 15:35:18 +0800
Subject: [PATCH] 考试成绩查询修改
---
src/views/securityUnit/data.js | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index fd16b73..45aea1b 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -57,6 +57,7 @@
label: "企业名称",
prop: "enterprisename",
search: true,
+ width: 260,
searchSpan: 4,
labelWidth: 160,
// width: 130,
@@ -66,6 +67,7 @@
label: "企业类型",
prop: "stats",
type: "tree",
+ hide: true,
labelWidth: 160,
dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats",
props: {
@@ -85,16 +87,16 @@
label: "法定代表人",
labelWidth: 160,
prop: "representative",
- width: 80,
+ width: 110,
search: true,
searchSpan: 4,
searchLabelWidth: 100
},
{
- label: "代表人电话",
+ label: "法定代表人电话",
labelWidth: 160,
prop: "representativecell",
- width: 98,
+ width: 120,
// search: true,
searchSpan: 4,
searchLabelWidth: 100
@@ -148,6 +150,7 @@
{
label: "注册资本",
prop: "registeredcapital",
+ hide: true,
labelWidth: 160,
// search: true,
width: 80,
@@ -248,7 +251,7 @@
overHidden: true
},
{
- label: "所属地区",
+ label: "所属辖区",
prop: "region",
labelWidth: 160,
// width: 110,
--
Gitblit v1.9.3