From 3a82aab402e8cdee192ab47405f2a01973bd4dab Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 11:46:25 +0800
Subject: [PATCH] 文件存储地址修改
---
src/views/home/ourDatas.js | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diff --git a/src/views/home/ourDatas.js b/src/views/home/ourDatas.js
index e317451..060b163 100644
--- a/src/views/home/ourDatas.js
+++ b/src/views/home/ourDatas.js
@@ -179,7 +179,7 @@
topUrl: "url(/img/login-sq10.png)",
topUrlh: "url(/img/login-sq1010.png)",
type: 7,
- imgType: 9,
+ imgType: 13,
datas: {
htmls: changeOfLegalPerson,
column: changeOfLegalPersoncolumn,
@@ -192,3 +192,23 @@
enclosure: changeOfLegalPersonenclosure,
}
]
+//数据形式参考
+// { //保安服务公司法人变更
+// menuName: "保安服务公司法人变更",//标题名字
+// centerUrl: "/img/logo.png", //
+// topUrl: "url(/img/login-sq10.png)",//卡片图片
+// topUrlh: "url(/img/login-sq1010.png)",//卡片触碰图片
+// fromWhere: 0, //和谁是同一个卡片里,写的是其他块的type
+// type: 7,//自身type ,用来获取数据
+// imgType: 13,//自身附件type
+// datas: {//主要数据
+// htmls: changeOfLegalPerson,//首页html
+// column: changeOfLegalPersoncolumn,//表格标题
+// apiName: ['recordlegalperson/save', 'recordlegalperson/recorkstorage', 'recordlegalperson/selectIn']//请求方法,保存,暂存,查询
+// },
+// overtime: {// 计算审核最晚时间
+// overtimef: 30, // 实际时间
+// overtimec: 10,//预计时间
+// },
+// enclosure: changeOfLegalPersonenclosure, //材料相关,不用也可以,都在数据库了
+// }
--
Gitblit v1.9.3