Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
c95f3560
Commit
c95f3560
authored
Sep 09, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
SYCZ-58
parent
797caf87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
AddBaseinfo.vue
src/views/proof/components/AddBaseinfo.vue
+2
-1
No files found.
src/views/proof/components/AddBaseinfo.vue
View file @
c95f3560
...
...
@@ -15,7 +15,8 @@
<div
style=
""
>
<div
style=
"background:#F9F9FB;padding:10px 15px;margin: 0 17px;"
class=
"select-template"
@
click=
"$emit('select-template')"
>
<common-svg
name=
"tianjia"
style=
"margin-right:10px;"
></common-svg>
<span
class=
"select"
>
{{
templateInfo
.
name
?
`已选择 ${templateInfo.name
}
`
:
'选择模板'
}}
<
/span
>
<div
v-if=
"templateInfo.name"
class=
"select"
>
已选择
<span
style=
"color:#3F79FE;margin-left:10px;"
>
{{
templateInfo
.
name
}}
</span></div>
<div
v-else
class=
"select"
>
选择模版
</div>
<common-svg
name=
"jinru"
></common-svg>
</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