Commit 60e80dd9 by xue_wengang

人员档案

parent eaf2a3c5
......@@ -16497,13 +16497,13 @@ let rydaPropLeftMenu = [
{
id: 'dswtz',
label: '多生物特征',
index: '10',
index: '9',
className: ''
},
{
id: 'ypbg',
label: '研判报告',
index: '11',
index: '10',
className: ''
},
/*{
......@@ -16517,7 +16517,7 @@ let rydaPropLeftMenu = [
let glRyxxList = [
{ label: '民族', id: 'mzStr', ids: 'mzdm', col: '3', show: true,},
{ label: '出生日期', id: 'csrq', col: '3',},
{ label: '国籍', id: 'gjStr', ids: 'gjdm', col: '3', show: true, },
{ label: '国籍', id: 'gjStr', ids: 'gjdm', col: '3', show: true,hidden: true },
{ label: '婚姻状况', id: 'hyztStr', ids: 'hyztdm', col: '3', show: true,hidden: true },
{ label: '兵役状况', id: 'byztStr', ids: 'byztdm', col: '3', show: true,hidden: true },
{ label: '文化程度', id: 'whcdStr', ids: 'whcddm', col: '3', show: true ,hidden: true },
......
......@@ -1140,6 +1140,17 @@ export default {
hidden: true,
},
{
name: "国籍:",
id: "gjdm",
type: "code", //字典弹框
props: [], //字典弹框需要的字段
codeOptions: [],
codeTree: "CODE_GJ",
value: "",
col: "1",
hidden: true,
},
{
name: "婚姻状况:",
id: "hyzkdm",
type: "code", //字典弹框
......@@ -1193,17 +1204,6 @@ export default {
hidden: true,
},
{
name: "国籍:",
id: "gjdm",
type: "code", //字典弹框
props: [], //字典弹框需要的字段
codeOptions: [],
codeTree: "CODE_GJ",
value: "",
col: "1",
hidden: true,
},
{
name: "服务场所:",
id: "fwcs",
type: "text",
......@@ -2841,6 +2841,7 @@ button.el-button.el-button--primary {
}
/deep/.el-form-item__content {
display: flex;
line-height: unset;
}
i.el-icon-folder-add {
float: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment