From 01fc5ec38120750591cce032b20fdf072f69f77c Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Jul 2021 12:56:30 +0800
Subject: [PATCH] 数据对接
---
src/views/onSiteInspection/securityStaff.vue | 63 +++++++++++++++++--------------
1 files changed, 34 insertions(+), 29 deletions(-)
diff --git a/src/views/onSiteInspection/securityStaff.vue b/src/views/onSiteInspection/securityStaff.vue
index ac2c2d4..34c85a6 100644
--- a/src/views/onSiteInspection/securityStaff.vue
+++ b/src/views/onSiteInspection/securityStaff.vue
@@ -72,30 +72,30 @@
dialogClickModal: false,
column: [
- {
- label: "保安员姓名",
- prop: "deptName",
- overHidden: true,
- // labelWidth: 120,
- // searchLabelWidth: 120,
- // searchSpan: 5,
- // dicUrl:
- // "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
- // props: {
- // label: "title",
- // value: "id",
- // },
- // search: true,
- // overHidden: true,
- // type: "select",
- // rules: [
- // {
- // required: true,
- // message: "请输入保安公司",
- // trigger: "blur",
- // },
- // ],
- },
+ // {
+ // label: "保安员姓名",
+ // prop: "deptName",
+ // overHidden: true,
+ // // labelWidth: 120,
+ // // searchLabelWidth: 120,
+ // // searchSpan: 5,
+ // // dicUrl:
+ // // "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697",
+ // // props: {
+ // // label: "title",
+ // // value: "id",
+ // // },
+ // // search: true,
+ // // overHidden: true,
+ // // type: "select",
+ // // rules: [
+ // // {
+ // // required: true,
+ // // message: "请输入保安公司",
+ // // trigger: "blur",
+ // // },
+ // // ],
+ // },
{
label: "保安员姓名",
prop: "realName",
@@ -121,7 +121,8 @@
{
label: "保安员单位",
- prop: "sexName",
+ prop: "sName",
+ overHidden: true,
// type: "select",
// labelWidth: 120,
// // display: false,
@@ -159,7 +160,8 @@
// },
{
label: "检查人单位",
- prop: "examination_type",
+ overHidden: true,
+ prop: "deptName",
// overHidden: true,
// type: "date",
// format: "yyyy-MM-dd",
@@ -177,7 +179,7 @@
{
label: "检查日期",
- prop: "examination_mx",
+ prop: "reviewTime",
type: "date",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd",
@@ -199,13 +201,14 @@
// },
{
label: "检查内容",
- prop: "reviewTime",
+ overHidden: true,
+ prop: "insid",
// labelWidth: 120,
// display: false,
},
{
label: "检查结果",
- prop: "onjob",
+ prop: "examination_type",
// labelWidth: 120,
// display: false,
},
@@ -394,6 +397,8 @@
d[k]["reviewTime"] = "2021-02-21";
d[k]["results"] = "通过";
d[k]["onjob"] = "是";
+ d[k]["sName"] = "安徽振升保安服务集团有限公司";
+ d[k]["insid"] = "临检";
}
this.data = d;
this.loading = false;
--
Gitblit v1.9.3