mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 15:16:43 +08:00
人发模块 代码格式化
This commit is contained in:
@@ -33,8 +33,7 @@ export default {
|
||||
title: '政策方案',
|
||||
icon: 'orders-o',
|
||||
path: '/manpower/increaseStaffTools/PolicyOptions'
|
||||
}
|
||||
,
|
||||
},
|
||||
{
|
||||
title: '产品信息',
|
||||
icon: 'bookmark-o',
|
||||
|
||||
@@ -106,7 +106,12 @@ export default {
|
||||
value: '1'
|
||||
}
|
||||
],
|
||||
resultArr: [{ id: '0', text: '不加盟' }, { id: '1', text: '考虑中' }, { id: '2', text: '进班了解' }, { id: '3', text: '同意加盟' }],
|
||||
resultArr: [
|
||||
{ id: '0', text: '不加盟' },
|
||||
{ id: '1', text: '考虑中' },
|
||||
{ id: '2', text: '进班了解' },
|
||||
{ id: '3', text: '同意加盟' }
|
||||
],
|
||||
occupationArr: [
|
||||
{ id: '001', text: '一般内勤职员' },
|
||||
{ id: '002', text: '其他金融行业' },
|
||||
|
||||
@@ -32,12 +32,12 @@ export default {
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {
|
||||
init() {},
|
||||
init() {}
|
||||
},
|
||||
components: {
|
||||
[Col.name]: Col,
|
||||
[Row.name]: Row,
|
||||
},
|
||||
[Row.name]: Row
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ export default {
|
||||
methods: {
|
||||
init() {
|
||||
answerDetail({
|
||||
'qnCode': 'GFRS-DISC'
|
||||
qnCode: 'GFRS-DISC'
|
||||
})
|
||||
.then(res => {
|
||||
console.log(res)
|
||||
|
||||
@@ -31,13 +31,13 @@ export default {
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {
|
||||
init() {},
|
||||
init() {}
|
||||
},
|
||||
components: {
|
||||
[Row.name]: Row,
|
||||
[Col.name]: Col,
|
||||
[Divider.name]: Divider,
|
||||
},
|
||||
[Divider.name]: Divider
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default {
|
||||
background-image: url('../../../../assets/images/discBg.png');
|
||||
background-size: 100% auto;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #0827A9;
|
||||
background-color: #0827a9;
|
||||
|
||||
.mt66vw {
|
||||
margin-top: 66vw;
|
||||
|
||||
@@ -17,11 +17,11 @@ export default {
|
||||
created() {},
|
||||
mounted() {},
|
||||
methods: {
|
||||
init() {},
|
||||
init() {}
|
||||
},
|
||||
components: {
|
||||
// [Field.name]: Field,
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -27,6 +27,6 @@ export default {
|
||||
routerInfo: { path: `/manpower/increaseStaffTools/PdfShare?pdf=${num}` }
|
||||
})
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
|
||||
//验证
|
||||
export function demo(par) {
|
||||
|
||||
}
|
||||
export function demo(par) {}
|
||||
|
||||
Reference in New Issue
Block a user