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
9474d3d9
Commit
9474d3d9
authored
Sep 05, 2024
by
zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: (首页/检测内容) /检测要点:标准名称由超链接更新为字符形式,/测试用例库:页面整体更新
parent
72bb5a3f
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
606 additions
and
416 deletions
+606
-416
chapterOption.vue
src/components/Page/chapterOption.vue
+409
-0
standardOption.vue
src/components/Page/standardOption.vue
+10
-270
index.vue
src/views/setting/standardPoint/index.vue
+0
-2
index.vue
src/views/setting/standardTerms/index.vue
+2
-2
index.vue
src/views/setting/useCaseLibrary/index.vue
+185
-142
No files found.
src/components/Page/chapterOption.vue
0 → 100644
View file @
9474d3d9
This diff is collapsed.
Click to expand it.
src/components/Page/standardOption.vue
View file @
9474d3d9
This diff is collapsed.
Click to expand it.
src/views/setting/standardPoint/index.vue
View file @
9474d3d9
...
...
@@ -118,9 +118,7 @@
</el-table-column>
<el-table-column
prop=
"name"
label=
"标准名称"
align=
"left"
>
<
template
slot-scope=
"scope"
>
<div
class=
"font-color"
@
click=
"downPdf(scope.row,'name')"
>
{{
scope
.
row
.
name
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"keypointName"
label=
"检测要点文件"
align=
"left"
>
...
...
src/views/setting/standardTerms/index.vue
View file @
9474d3d9
<
template
>
<page-
standard
-option>
<page-
chapter
-option>
<div
class=
"container"
>
<div>
<el-form
...
...
@@ -207,7 +207,7 @@
@close="documentReviewDialogManger.dialogVisible = false"
>
</document-review-dialog> -->
</page-
standard
-option>
</page-
chapter
-option>
</template>
<
script
>
import
page
from
'@/mixins/page'
...
...
src/views/setting/useCaseLibrary/index.vue
View file @
9474d3d9
This diff is collapsed.
Click to expand it.
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