保安监管系统-验收版本
liuyg
2021-11-25 87ea17cd2f74558751e4367532b71f5d0c92e5aa
字段
3 files modified
43 ■■■■ changed files
src/views/securityCompany/column.js 13 ●●●●● patch | view | raw | blame | history
src/views/securityCompany/companyDetails.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityGuardManagement/register.vue 26 ●●●●● patch | view | raw | blame | history
src/views/securityCompany/column.js
@@ -1,11 +1,13 @@
export var companyColimn = [
    {
        label: "统一社会信用代码",
        label: "社会信用代码证号",
        prop: "creditcode",
        width: 140,
        hide: true,
        search: true,
        labelWidth: 160,
        searchSpan: 4,
        searchLabelWidth: 130
        // hide: true,
        // editDisplay: false,
        // addDisplay: false
@@ -56,9 +58,9 @@
        labelWidth: 160,
        prop: "representativecell",
        width: 120,
        // search: true,
        search: true,
        searchSpan: 4,
        searchLabelWidth: 100
        searchLabelWidth: 120
    },
    {
@@ -117,13 +119,14 @@
        prop: "contactscell",
        labelWidth: 160,
        width: 95,
        // search: true,
    },
    {
        label: "注册地址",
        prop: "address",
        labelWidth: 160,
        // search: true,
        search: true, searchSpan: 4,
        hide: true,
    },
    {
src/views/securityCompany/companyDetails.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-15 11:06:36
 * @Last Modified time: 2021-11-24 17:08:40
 * menu-name 保安公司详细资料
 */
<template>
@@ -191,7 +191,7 @@
                <el-row>
                  <el-col span="12">
                    <el-form-item label="组织机构代码">
                    <el-form-item label="社会信用代码证号">
                      <el-input
                        disabled="true"
                        v-model="form.organizationcode"
src/views/securityGuardManagement/register.vue
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: liu
 * @Last Modified time: 2021-09-23 17:29:29
 * @Last Modified time: 2021-11-25 09:42:36
 * menu-name 保安员注册查询
 */
<template>
@@ -587,7 +587,18 @@
            display: false,
          },
          {
            label: "照片",
            prop: "avatar",
            dataType: "string",
            type: "img",
          },
          {
            label: "指纹",
            prop: "fingerprint",
            dataType: "string",
            type: "img",
          },
          {
            label: "籍贯",
            prop: "nativeplace",
@@ -619,6 +630,11 @@
            display: false,
          },
          {
            label: "身高",
            prop: "height",
            width: 55,
          },
          {
            label: "学历",
            prop: "education",
            display: false,
@@ -646,6 +662,12 @@
            display: false,
          },
          {
            label: "地址",
            prop: "nativeplace",
            minWidth: 95,
            overHidden: true,
          },
          {
            label: "健康状态",
            prop: "healstats",
            hide: true,