Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
b42026e4
Commit
b42026e4
authored
Nov 25, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(指定检测方案): 下载模板
parent
27144fd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
checkBuilder.vue
src/components/checkBuilder.vue
+6
-2
index.vue
src/views/review/sceneReview/index.vue
+0
-1
No files found.
src/components/checkBuilder.vue
View file @
b42026e4
...
@@ -73,7 +73,8 @@
...
@@ -73,7 +73,8 @@
</component>
</component>
</el-form-item>
</el-form-item>
<div
class=
"desc"
v-if=
"item.remark"
>
<div
class=
"desc"
v-if=
"item.remark"
>
{{
item
.
remark
}}
<!--
{{
item
.
remark
}}
-->
<div
v-html=
"formattedText(item.remark)"
></div>
</div>
</div>
<!--
<div
class=
"desc"
>
12334
</div>
-->
<!--
<div
class=
"desc"
>
12334
</div>
-->
</div>
</div>
...
@@ -138,9 +139,12 @@ export default {
...
@@ -138,9 +139,12 @@ export default {
})
})
},
},
methods
:
{
methods
:
{
formattedText
(
data
)
{
return
data
.
replace
(
/
\r\n
/g
,
'<br>'
);
// 替换换行符为
<
br
>
},
handleDownload
()
{
handleDownload
()
{
location
.
href
=
location
.
href
=
'http://
10.12.48.78:443
/vehicle-quality-review-oss/2024/10/17/SchemeTemplate.zip'
'http://
60.30.69.55:8834
/vehicle-quality-review-oss/2024/10/17/SchemeTemplate.zip'
},
},
handleCilck
(
key
)
{
handleCilck
(
key
)
{
this
.
$refs
.
queryForm
.
clearValidate
(
key
)
this
.
$refs
.
queryForm
.
clearValidate
(
key
)
...
...
src/views/review/sceneReview/index.vue
View file @
b42026e4
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
<span
style=
" font-weight: bold;"
>
查看评审(+
{{
formatAction
(
this
.
pageData
)
}}
</span>
<span
style=
" font-weight: bold;"
>
查看评审(+
{{
formatAction
(
this
.
pageData
)
}}
</span>
<span
style=
"margin-right: 150px;font-size: 13px;"
>
参与评审人员:
{{
this
.
pageData
.
reviewer
}}
</span>
<span
style=
"margin-right: 150px;font-size: 13px;"
>
参与评审人员:
{{
this
.
pageData
.
reviewer
}}
</span>
</div>
</div>
<div
style=
"padding: 0 20px;"
>
<div
style=
"padding: 0 20px;"
>
<div
class=
"title"
>
<div
class=
"title"
>
...
...
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