|
|
@@ -1,21 +1,4 @@
|
|
|
export default {
|
|
|
- height: 'auto',
|
|
|
- calcHeight: 30,
|
|
|
- tip: false,
|
|
|
- searchShow: true,
|
|
|
- searchMenuSpan: 6,
|
|
|
- border: true,
|
|
|
- index: true,
|
|
|
- viewBtn: true,
|
|
|
- addBtn: false,
|
|
|
- delBtn: false,
|
|
|
- menu: false,
|
|
|
- searchLabelWidth: 140,
|
|
|
- labelWidth: 140,
|
|
|
- menuWidth: 160,
|
|
|
- dialogClickModal: false,
|
|
|
- dialogWidth: 760,
|
|
|
- dialogType: "drawer",
|
|
|
column: [
|
|
|
{
|
|
|
label: '技术人员花名册',
|
|
|
@@ -24,106 +7,56 @@ export default {
|
|
|
children: [{
|
|
|
label: '姓名',
|
|
|
prop: 'name',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
- search: true,
|
|
|
- width: 80,
|
|
|
+ width: 90,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '工号',
|
|
|
prop: 'number',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '身份证号',
|
|
|
prop: 'idCard',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
- search: true,
|
|
|
- width: 150,
|
|
|
+ width: 140,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '所属二级单位/部门',
|
|
|
prop: 'department',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
width: 180,
|
|
|
- search: true,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '岗位职务',
|
|
|
prop: 'post',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
width: 80,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '岗位所在地',
|
|
|
prop: 'postLocation',
|
|
|
- type: 'input',
|
|
|
- span: 12,
|
|
|
width: 90,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '用工性质',
|
|
|
prop: 'nature',
|
|
|
- type: 'select',
|
|
|
- span: 12,
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- dicUrl: '/api/kd-system/dict/dictionary?code=yonggongxingzhi',
|
|
|
- props: {
|
|
|
- label: 'dictValue',
|
|
|
- value: 'dictKey',
|
|
|
- },
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '参研情况',
|
|
|
prop: 'situation',
|
|
|
- type: 'select',
|
|
|
- span: 12,
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- dicUrl: '/api/kd-system/dict/dictionary?code=canyanqingkuang',
|
|
|
- props: {
|
|
|
- label: 'dictValue',
|
|
|
- value: 'dictKey',
|
|
|
- },
|
|
|
- showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
label: '人员类型',
|
|
|
prop: 'personnelType',
|
|
|
- type: 'select',
|
|
|
- span: 12,
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- dicUrl: '/api/kd-system/dict/dictionary?code=renyuanleixing',
|
|
|
- props: {
|
|
|
- label: 'dictValue',
|
|
|
- value: 'dictKey',
|
|
|
- },
|
|
|
- showOverflowTooltip: true,
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
@@ -133,18 +66,12 @@ export default {
|
|
|
children: [{
|
|
|
label: '参与的研发项目',
|
|
|
prop: 'cyxm',
|
|
|
- span: 12,
|
|
|
- width: 300,
|
|
|
- showOverflowTooltip: true,
|
|
|
+ width: 240,
|
|
|
}, {
|
|
|
label: '参研个数',
|
|
|
prop: 'situationCount',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
- search: true,
|
|
|
- showOverflowTooltip: true,
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
@@ -154,106 +81,73 @@ export default {
|
|
|
children: [{
|
|
|
label: '1月',
|
|
|
prop: '1',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '2月',
|
|
|
prop: '2',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '3月',
|
|
|
prop: '3',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '4月',
|
|
|
prop: '4',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '5月',
|
|
|
prop: '5',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '6月',
|
|
|
prop: '6',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '7月',
|
|
|
prop: '7',
|
|
|
- type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '8月',
|
|
|
prop: '8',
|
|
|
type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '9月',
|
|
|
prop: '9',
|
|
|
type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '10月',
|
|
|
prop: '10',
|
|
|
type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '11月',
|
|
|
prop: '11',
|
|
|
type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '12月',
|
|
|
prop: '12',
|
|
|
type: 'number',
|
|
|
- span: 12,
|
|
|
width: 50,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}, {
|
|
|
label: '天数合计',
|
|
|
prop: 'total',
|
|
|
- display: false,
|
|
|
width: 70,
|
|
|
align: 'center',
|
|
|
- showOverflowTooltip: true,
|
|
|
}]
|
|
|
},
|
|
|
],
|