From f2c421c6bfc8c46e3c00629b0ad4ea9afff65b43 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Sun, 25 Jun 2023 17:45:28 +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