liuyg
2021-09-25 3804dd99e8829454f5f4ab1e727abb8429fb45d1
Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
1 files modified
10 ■■■■ changed files
src/views/securityGuard/data.js 10 ●●●● patch | view | raw | blame | history
src/views/securityGuard/data.js
@@ -510,7 +510,7 @@
{
    label: "性别",
    prop: "sex",
    width: 55,
        width: 80,
    type: "select",
    dicData: [{
        label: "男",
@@ -520,10 +520,10 @@
        label: "女",
        value: 2,
    },
    {
        label: "未知",
        value: 3,
    },
            // {
            //     label: "未知",
            //     value: 3,
            // },
    ],
    display: false
},