Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
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
front-end-dev
techbook
Commits
5a31d58c
Commit
5a31d58c
authored
Nov 06, 2019
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目联系人修改
parent
3e42efb5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
registeruserlist.vue
src/views/innovatecompany/registeruser/registeruserlist.vue
+1
-1
submitfive.vue
src/views/innovatecompany/submitprojects/submitfive.vue
+1
-0
No files found.
src/views/innovatecompany/registeruser/registeruserlist.vue
View file @
5a31d58c
...
...
@@ -31,7 +31,7 @@
<div
style=
"display:flex;"
>
<el-date-picker
style=
"width: 200px;"
v-model=
"search.startTime"
type=
"datetime"
value-format=
"yyyy-MM-dd HH:mm:ss"
:placeholder=
"$t('operationjson.authBegin')"
></el-date-picker>
<p
style=
"width: 50px;text-align: center"
>
{{
$t
(
'operationjson.tos'
)
}}
</p>
<el-date-picker
style=
"width: 200px;"
v-model=
"search.endTime"
type=
"datetime"
value-format=
"yyyy-MM-dd HH:mm:ss"
:placeholder=
"$t('operationjson.auth
Begin
')"
></el-date-picker>
<el-date-picker
style=
"width: 200px;"
v-model=
"search.endTime"
type=
"datetime"
value-format=
"yyyy-MM-dd HH:mm:ss"
:placeholder=
"$t('operationjson.auth
End
')"
></el-date-picker>
<el-button
type=
"primary"
style=
"width: 140px;margin-left: 20px"
@
click=
"searchCik"
>
{{
$t
(
'operationjson.search'
)
}}
</el-button>
</div>
</
template
>
...
...
src/views/innovatecompany/submitprojects/submitfive.vue
View file @
5a31d58c
...
...
@@ -149,6 +149,7 @@
},
radioClk
(
val
){
this
.
formData
.
account
=
''
;
this
.
formData
.
accounted
=
''
;
if
(
val
==
0
){
this
.
isphone
=
true
;
this
.
$refs
.
formaccounted
.
clearValidate
();
...
...
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