From e367be288a9420323e2cfe4f766f0acf98800b00 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 25 Aug 2021 09:51:30 +0800
Subject: [PATCH] 字段调整
---
src/views/securityUnit/data.js | 156 +--------------------------------------------------
1 files changed, 4 insertions(+), 152 deletions(-)
diff --git a/src/views/securityUnit/data.js b/src/views/securityUnit/data.js
index 7a8a5ed..4d05f80 100644
--- a/src/views/securityUnit/data.js
+++ b/src/views/securityUnit/data.js
@@ -9,13 +9,6 @@
]
export var column = [
- // {
- // label: "id",
- // prop: "id",
- // hide: true,
- // editDisplay: false,
- // addDisplay: false
- // },
{
label: "统一社会信用代码",
prop: "creditcode",
@@ -27,32 +20,7 @@
// editDisplay: false,
// addDisplay: false
},
- // {
- // label: "保安id",
- // prop: "tenantId",
- // hide: true,
- // editDisplay: false,
- // addDisplay: false
- // },//上面不显示
- // {
- // label: "部门",
- // prop: "departmentid",
- // // type: "tree",
- // disabled: true,
- // dicData: [],
- // labelWidth: w,
- // span: s,
- // props: {
- // label: "title",
- // },
- // rules: [
- // {
- // required: true,
- // message: "请选择所属部门",
- // trigger: "click",
- // },
- // ],
- // },
+
{
label: "企业名称",
prop: "enterprisename",
@@ -102,26 +70,7 @@
searchSpan: 4,
searchLabelWidth: 100
},
- // {
- // label: "登记状态",
- // prop: "regstsat",
- // // addDisplay: true,
- // // editDisplay: true,
- // // viewDisplay: true,
- // // searchSpan: 4,
- // // dicUrl: "/api/blade-system/dict-biz/dictionary?code=educationType",
- // // props: {
- // // label: "dictValue",
- // // value: "dictKey"
- // // },
- // // search: true,
- // // type: "select",
- // // // rules: [{
- // // // required: true,
- // // // message: "请选择学历",
- // // // trigger: "blur"
- // // // }],
- // },
+
{
label: "保安人数",
labelWidth: 160,
@@ -158,22 +107,7 @@
type: "date",
format: "yyyy-MM-dd",
valueFormat: "timestamp",
- // addDisplay: true,
- // editDisplay: true,
- // viewDisplay: true,
- // searchSpan: 4,
- // dicUrl: "/api/blade-system/dict-biz/dictionary?code=experienceType",
- // props: {
- // label: "dictValue",
- // value: "dictKey"
- // },
- // search: true,
- // type: "select",
- // // rules: [{
- // // required: true,
- // // message: "请选择工作经验",
- // // trigger: "blur"
- // // }],
+
},
{
label: "注册资本",
@@ -182,86 +116,19 @@
labelWidth: 160,
// search: true,
width: 80,
- // overHidden: true
},
{
label: "联系人",
prop: "contacts",
labelWidth: 160,
width: 85,
- // hide: true,
- // search: true,
- // searchSpan: 4,
- // overHidden: true
}, {
label: "联系电话",
prop: "contactscell",
labelWidth: 160,
width: 95,
- // hide: true,
- // search: true,
- // searchSpan: 4,
- // overHidden: true
},
- // {
- // label: "组织机构代码",
- // labelWidth: 160,
- // prop: "organizationcode",
- // // width: 110,
- // // search: true,
- // // searchSpan: 4,
- // },
- // {
- // label: "工商注册号",
- // prop: "registrationnumber",
- // labelWidth: 160,
- // width: 120,
- // // search: true,
- // // searchSpan: 4,
- // },
- // {
- // label: "纳税人识别号",
- // prop: "identificationnumber",
- // labelWidth: 160,
- // width: 140,
- // // addDisplay: true,
- // // editDisplay: true,
- // // viewDisplay: true,
- // // searchSpan: 4,
- // // dicUrl: "/api/blade-system/dict-biz/dictionary?code=unitsNatureType",
- // // props: {
- // // label: "dictValue",
- // // value: "dictKey"
- // // },
- // // // search: true,
- // // type: "select",
- // // // rules: [{
- // // // required: false,
- // // // message: "请选择单位规模",
- // // // trigger: "blur"
- // // // }],
- // },
- // {
- // label: "企业类型",
- // prop: "stats",
- // // type: "tree",
- // // disabled: true,
- // type: "tree",
- // // type: "select",
- // dicUrl: "/api/blade-system/dict-biz/dictionary?code=stats",
- // props: {
- // label: "dictValue",
- // value: "dictKey"
- // },
- // width: 130,
- // rules: [
- // {
- // required: true,
- // message: "请选择所属部门",
- // trigger: "click",
- // },
- // ],
- // },
+
{
label: "注册地址",
prop: "address",
@@ -304,21 +171,6 @@
// search: true,
// width: 88,
},
- // {
- // label: "租户ID",
- // // prop: "status",
- // // search: true,
- // // searchSpan: 4,
- // prop: 'tenant_id',
- // // filter: false,
- // // type: 'tree',
- // // dicData: DIC,
- // // rules: [{
- // // required: true,
- // // message: "请选择单位规模",
- // // trigger: "blur"
- // // }],
- // },
]
var w = 160
--
Gitblit v1.9.3