+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/basic-manage/sub-manage/sub-base-info/config.js b/src/views/basic-manage/sub-manage/sub-base-info/config.js
new file mode 100644
index 0000000..219a788
--- /dev/null
+++ b/src/views/basic-manage/sub-manage/sub-base-info/config.js
@@ -0,0 +1,81 @@
+export const formLabel = [
+ {
+ f_label: '关键词',
+ f_model: 'keyword',
+ f_type: 'input',
+ isShow: false, // 是否展示label
+ },
+]
+
+export const columnsList = [
+ { t_props: 'projectName', t_label: '分包商名称' },
+ { t_props: 'xmb', t_label: '法定代表人' },
+ { t_props: 'name', t_label: '联系电话' },
+ { t_props: 'type', t_label: '营业住址' },
+ {
+ t_props: 'businessLicense',
+ t_label: '营业执照',
+ t_slot: 'businessLicense',
+ },
+ { t_props: 'idCard', t_label: '身份证', t_slot: 'idCard' },
+ {
+ t_props: 'electronicStamp',
+ t_label: '电子公章',
+ t_slot: 'electronicStamp',
+ },
+ {
+ t_props: 'electronicSignature',
+ t_label: '电子签名/法人印章',
+ t_slot: 'electronicSignature',
+ },
+]
+
+export const testTableList = [
+ {
+ projectName: '总工程名称',
+ level: '等级3',
+ xmb: 'xxx项目部',
+ name: '110kv工程',
+ type: '基建变电',
+ address: '安徽省合肥市110k工程',
+ status: '在建',
+ businessLicense: '已上传',
+ idCard: '已上传',
+ electronicStamp: '已上传',
+ electronicSignature: '未上传',
+ },
+ {
+ projectName: '总工程名称21',
+ level: '等级3',
+ xmb: 'xxx项目部',
+ name: '110kv工程',
+ type: '基建变电',
+ address: '安徽省合肥市110k工程',
+ status: '在建',
+ businessLicense: '已上传',
+ idCard: '已上传',
+ electronicStamp: '已上传',
+ electronicSignature: '未上传',
+ },
+ {
+ projectName: '总工程名称3',
+ level: '等级3',
+ xmb: 'xxx项目部',
+ name: '110kv工程',
+ type: '基建变电',
+ address: '安徽省合肥市110k工程',
+ status: '在建',
+ businessLicense: '已上传',
+ idCard: '已上传',
+ electronicStamp: '已上传',
+ electronicSignature: '未上传',
+ },
+]
+
+export const dialogConfig = {
+ outerVisible: false,
+ outerTitle: '',
+ outerWidth: '80%',
+ minHeight: '',
+ maxHeight: '',
+}
diff --git a/src/views/basic-manage/sub-manage/sub-base-info/index.vue b/src/views/basic-manage/sub-manage/sub-base-info/index.vue
index ba75c98..7ea1560 100644
--- a/src/views/basic-manage/sub-manage/sub-base-info/index.vue
+++ b/src/views/basic-manage/sub-manage/sub-base-info/index.vue
@@ -1,10 +1,178 @@