Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
d14d7ea8
Commit
d14d7ea8
authored
Oct 11, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
500个字限制
parent
b077dabd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
eval_faith.vue
public/appnew/src/components/eval/eval_faith.vue
+1
-1
eval_function.vue
public/appnew/src/components/eval/eval_function.vue
+3
-3
eval_sz.vue
public/appnew/src/components/eval/eval_sz.vue
+4
-4
eval_table.vue
public/appnew/src/components/eval/eval_table.vue
+2
-2
No files found.
public/appnew/src/components/eval/eval_faith.vue
View file @
d14d7ea8
...
...
@@ -20,7 +20,7 @@
{{
++
index
}}
、
{{
item
.
title
}}
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"请输入你的思考"
style=
"height:100px;"
@
input=
"autoTextarea($event,100)"
v-model=
"item.con"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"请输入你的思考"
style=
"height:100px;"
@
input=
"autoTextarea($event,100)"
v-model=
"item.con"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
item
.
con
}}
</div>
</div>
...
...
public/appnew/src/components/eval/eval_function.vue
View file @
d14d7ea8
...
...
@@ -21,7 +21,7 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
简述亏损主要原因
</span>
</div>
<div
>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:100px;"
@
input=
"autoTextarea($event,100)"
v-model=
"lost"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:100px;"
@
input=
"autoTextarea($event,100)"
v-model=
"lost"
maxlength=
"500"
></textarea>
</div>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
lost
}}
</div>
...
...
@@ -43,7 +43,7 @@
</div>
<div
v-show=
"!obj.isscall"
style=
"margin-top:.2rem;"
>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:100px"
v-model=
"obj.goHigh"
@
input=
"autoTextarea($event,100)"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:100px"
v-model=
"obj.goHigh"
@
input=
"autoTextarea($event,100)"
maxlength=
"500"
></textarea>
<!--可编辑的div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
goHigh
}}
</div>
</div>
...
...
@@ -54,7 +54,7 @@
</div>
<div
v-show=
"obj.reason"
>
<textarea
class=
"detail detail-divL"
:placeholder=
"obj.placeH ? obj.placeH : '点击填写'"
:style=
"obj.placeH ?
{'height':'300px'}:{}" v-model="obj.goHigh" @input="autoTextarea($event,300)">
</textarea>
<textarea
class=
"detail detail-divL"
:placeholder=
"obj.placeH ? obj.placeH : '点击填写'"
:style=
"obj.placeH ?
{'height':'300px'}:{}" v-model="obj.goHigh" @input="autoTextarea($event,300)"
maxlength="500"
>
</textarea>
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
goHigh
}}
</div>
</div>
...
...
public/appnew/src/components/eval/eval_sz.vue
View file @
d14d7ea8
...
...
@@ -30,7 +30,7 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
做的不足需要提升的部分:
</span>
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"obj.goHigh"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"obj.goHigh"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
goHigh
}}
</div>
...
...
@@ -60,7 +60,7 @@
</div>
<div
v-show=
"index>0"
>
<textarea
class=
"detail detail-divL"
style=
"height:400px;"
placeholder=
"点击填写"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
></textarea>
<textarea
class=
"detail detail-divL"
style=
"height:400px;"
placeholder=
"点击填写"
v-model=
"obj.deal"
@
input=
"autoTextarea($event,400)"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
obj
.
deal
}}
</div>
...
...
@@ -82,7 +82,7 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
你想过带团队最坏的情况是什么?如果出现,你如何应对?
</span>
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"dealWay"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"dealWay"
maxlength=
"500"
></textarea>
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
dealWay
}}
</div>
<!--可编辑div-->
...
...
@@ -93,7 +93,7 @@
<span
style=
"line-height:.7rem;font-size:.28rem;font-family:PingFangSC-Regular;font-weight:600;color:rgba(39,39,39,1);"
>
自我总结自我批评
</span>
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"myself"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写"
style=
"height:50px"
@
input=
"autoTextarea($event,50)"
v-model=
"myself"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
myself
}}
</div>
...
...
public/appnew/src/components/eval/eval_table.vue
View file @
d14d7ea8
...
...
@@ -45,7 +45,7 @@
<span
style=
"line-height: 0.3rem; font-size: 0.28rem; font-family: PingFangSC-Regular; color: rgb(39, 39, 39);"
>
(必填)弘扬一件八星级事迹 +10分
</span>
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"jiazhi"
style=
"height:100px"
@
input=
"autoTextarea($event,100)"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"jiazhi"
style=
"height:100px"
@
input=
"autoTextarea($event,100)"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
jiazhi
}}
</div>
</div>
...
...
@@ -58,7 +58,7 @@
<span
style=
"line-height: 0.3rem; font-size: 0.28rem; font-family: PingFangSC-Regular; color: rgb(39, 39, 39);"
>
(选填)被感谢的人一件事迹 +10分
</span>
</div>
<div>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"thanks"
style=
"height:100px"
@
input=
"autoTextarea($event,100)"
></textarea>
<textarea
class=
"detail detail-divL"
placeholder=
"点击填写,选择5项描述"
v-model=
"thanks"
style=
"height:100px"
@
input=
"autoTextarea($event,100)"
maxlength=
"500"
></textarea>
<!--可编辑div-->
<div
class=
"detail-div"
contenteditable=
"true"
v-show=
"false"
>
{{
thanks
}}
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment