From 1e376296b2d8abbcdd051b1e75d860353c8bb19d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 16 Dec 2022 17:09:08 +0800
Subject: [PATCH] 添加审核工作流
---
src/const/enterprise/enterprise.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/const/enterprise/enterprise.js b/src/const/enterprise/enterprise.js
index 4534cad..b4cc36b 100644
--- a/src/const/enterprise/enterprise.js
+++ b/src/const/enterprise/enterprise.js
@@ -31,6 +31,7 @@
labelWidth:labelWidth,
type: "input",
hide: true,
+ disabled:false
},
{
label: "联系人姓名",
@@ -221,5 +222,19 @@
hide: true,
display:false,
},
+ {
+ label: "企业名称",
+ labelWidth:labelWidth,
+ prop: "enterpriseName",
+ type: "input",
+ display: false,
+ },
+ {
+ label: "单位地址",
+ labelWidth:labelWidth,
+ prop: "address",
+ type: "input",
+ display: false,
+ },
]
}
--
Gitblit v1.9.3