liuyg
2021-10-21 cdb7e75f4d77e745293c59506b438f8ca286d73d
src/views/onSiteInspection/securityStaff.vue
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:06:14
 * @Last Modified by: liu
 * @Last Modified time: 2021-10-21 17:28:35
 * menu-name 保安员检查
 */
<template>
@@ -98,6 +98,9 @@
          {
            label: "保安员姓名",
            prop: "realname",
            searchLabelWidth: 90,
            searchSpan: 4,
            search: true,
            //     hide: true,
            //     editDisplay: false,
            //     addDisplay: false
@@ -145,6 +148,9 @@
            label: "检查人姓名",
            prop: "inspectman",
            // display: false,
            searchLabelWidth: 90,
            searchSpan: 4,
            search: true,
            // labelWidth: 120,
            // width: 200,
          },
@@ -161,6 +167,9 @@
            label: "检查人单位",
            overHidden: true,
            prop: "deptname",
            searchLabelWidth: 90,
            searchSpan: 4,
            search: true,
            // overHidden: true,
            // type: "date",
            // format: "yyyy-MM-dd",
@@ -208,6 +217,9 @@
          {
            label: "检查结果",
            prop: "examinationType",
            searchLabelWidth: 90,
            searchSpan: 4,
            search: true,
            // labelWidth: 120,
            // display: false,
          },