Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
wanli
evm-store
Commits
68ec88f3
Commit
68ec88f3
authored
Jul 14, 2021
by
wanli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
332e6a82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
tools/frontend/src/views/Application/Form.vue
tools/frontend/src/views/Application/Form.vue
+17
-17
No files found.
tools/frontend/src/views/Application/Form.vue
View file @
68ec88f3
...
@@ -23,30 +23,30 @@
...
@@ -23,30 +23,30 @@
<a-textarea
rows=
"4"
placeholder=
"请输入你阶段性工作目标"
/>
<a-textarea
rows=
"4"
placeholder=
"请输入你阶段性工作目标"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:label=
"$t('metrics')
"
label=
"衡量标准
"
:labelCol=
"
{span: 7}"
:labelCol=
"
{span: 7}"
:wrapperCol="{span: 10}"
:wrapperCol="{span: 10}"
>
>
<a-textarea
rows=
"4"
:placeholder=
"$t('metricsInput')
"
/>
<a-textarea
rows=
"4"
placeholder=
"请输入衡量标准
"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:label=
"$t('customer')
"
label=
"客户
"
:labelCol=
"
{span: 7}"
:labelCol=
"
{span: 7}"
:wrapperCol="{span: 10}"
:wrapperCol="{span: 10}"
:required="false"
:required="false"
>
>
<a-input
:placeholder=
"$t('customerInput')
"
/>
<a-input
placeholder=
"请描述你服务的客户,内部客户直接 @姓名/工号
"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:label=
"$t('critics')
"
label=
"邀评人
"
:labelCol=
"
{span: 7}"
:labelCol=
"
{span: 7}"
:wrapperCol="{span: 10}"
:wrapperCol="{span: 10}"
:required="false"
:required="false"
>
>
<a-input
:placeholder=
"$t('criticsInput')
"
/>
<a-input
placeholder=
"请直接 @姓名/工号,最多可邀请 5 人
"
/>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:label=
"$t('weight')
"
label=
"权重
"
:labelCol=
"
{span: 7}"
:labelCol=
"
{span: 7}"
:wrapperCol="{span: 10}"
:wrapperCol="{span: 10}"
:required="false"
:required="false"
...
@@ -55,26 +55,26 @@
...
@@ -55,26 +55,26 @@
<span>
%
</span>
<span>
%
</span>
</a-form-item>
</a-form-item>
<a-form-item
<a-form-item
:label=
"$t('disclosure')
"
label=
"目标公开
"
:labelCol=
"
{span: 7}"
:labelCol=
"
{span: 7}"
:wrapperCol="{span: 10}"
:wrapperCol="{span: 10}"
:required="false"
:required="false"
:help="$t('disclosureDesc')
"
help="客户、邀评人默认被分享
"
>
>
<a-radio-group
v-model=
"value"
>
<a-radio-group
v-model=
"value"
>
<a-radio
:value=
"1"
>
{{
$t
(
'
public
'
)
}}
</a-radio>
<a-radio
:value=
"1"
>
公开
</a-radio>
<a-radio
:value=
"2"
>
{{
$t
(
'
partially
'
)
}}
</a-radio>
<a-radio
:value=
"2"
>
部分公开
</a-radio>
<a-radio
:value=
"3"
>
{{
$t
(
'
private
'
)
}}
</a-radio>
<a-radio
:value=
"3"
>
不公开
</a-radio>
</a-radio-group>
</a-radio-group>
<a-select
mode=
"multiple"
v-if=
"value === 2"
>
<a-select
mode=
"multiple"
v-if=
"value === 2"
>
<a-select-option
value=
"4"
>
{{
$t
(
'
colleague1
'
)
}}
</a-select-option>
<a-select-option
value=
"4"
>
同事甲
</a-select-option>
<a-select-option
value=
"5"
>
{{
$t
(
'
colleague2
'
)
}}
</a-select-option>
<a-select-option
value=
"5"
>
同事乙
</a-select-option>
<a-select-option
value=
"6"
>
{{
$t
(
'
colleague3
'
)
}}
</a-select-option>
<a-select-option
value=
"6"
>
同事丙
</a-select-option>
</a-select>
</a-select>
</a-form-item>
</a-form-item>
<a-form-item
style=
"margin-top: 24px"
:wrapperCol=
"
{span: 10, offset: 7}">
<a-form-item
style=
"margin-top: 24px"
:wrapperCol=
"
{span: 10, offset: 7}">
<a-button
type=
"primary"
>
{{
$t
(
'
submit
'
)
}}
</a-button>
<a-button
type=
"primary"
>
提交
</a-button>
<a-button
style=
"margin-left: 8px"
>
{{
$t
(
'
save
'
)
}}
</a-button>
<a-button
style=
"margin-left: 8px"
>
保存
</a-button>
</a-form-item>
</a-form-item>
</a-form>
</a-form>
</a-card>
</a-card>
...
...
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