提交 c93bdd7d authored 作者: 王鹏飞's avatar 王鹏飞

修改学习目的

上级 28bdc541
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -26,6 +26,13 @@
"assets/font-icons/"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime-corejs3": "^7.11.2",
"@xunlei/vue-lazy-component": "^1.1.3",
"acorn": "^7.1.1",
"ali-oss": "^6.11.2",
......@@ -45,30 +52,23 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"svg-sprite-loader": "^5.0.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.1.1",
"html-replace-webpack-plugin": "^2.5.6",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"request": "^2.88.2",
"sass-loader": "^10.0.3",
"semver": "^1.1.4",
"style-loader": "^2.0.0",
"svg-sprite-loader": "^5.0.0",
"url-loader": "^4.1.1",
"vconsole-webpack-plugin": "^1.5.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime-corejs3": "^7.11.2",
"html-replace-webpack-plugin": "^2.5.6",
"semver": "^1.1.4"
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@ezijing/vue-form": "^2.1.9",
......
......@@ -50,11 +50,12 @@ export default function(_this) {
form: {
prev: { to: { query: { active: 'application_info', tab: 'application_info_career' } }, isSubmit: true },
next: { to: { query: { active: 'application_info', tab: 'application_info_training' } }, isSubmit: true },
options: {},
options: { 'label-position': 'top' },
items: [
{
type: 'v-input',
label: '自我介绍',
label:
'自我介绍(简述自己与心理学的渊源;对心理学的兴趣,什么促使自身喜欢心理学;讲一个与内心活动有关的故事)',
model: 'answer1',
attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' },
rules: [
......@@ -64,7 +65,8 @@ export default function(_this) {
},
{
type: 'v-input',
label: '这个MAP计划对你个人将来有什么好处?你在这个项目中的个人发展目标是什么?',
label:
'这个MAP计划对你个人将来有什么好处?你在这个项目中的个人发展目标是什么?(聚焦在MAP学习对个人成长的帮助;如何实现自我目标和个人的社会价值)',
model: 'answer2',
attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' },
rules: [
......@@ -74,7 +76,8 @@ export default function(_this) {
},
{
type: 'v-input',
label: '这个MAP计划对你将来的职业发展有什么好处?你的职业发展目标是什么?',
label:
'这个MAP计划对你将来的职业发展有什么好处?你的职业发展目标是什么?(紧密联系MAP课程对目前职业的直接帮助;对未来职业发展目标的支持;如何通过职业平台把所学的心理学技能帮助到更多有需要的人)',
model: 'answer3',
attrs: { type: 'textarea', rows: '8', maxlength: '1000', style: 'width:100%' },
rules: [
......
......@@ -162,4 +162,7 @@ export default {
padding: 0;
}
}
::v-deep .el-form--label-top .el-form-item__label {
line-height: 24px;
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论