Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
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
中汽测评-信息安全测评系统
web
Commits
a7b2513a
Commit
a7b2513a
authored
Jan 25, 2024
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
当前任务、已归档任务首行筛选方式修改
parent
8665d96f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
8 deletions
+40
-8
index.vue
src/views/task/archived/index.vue
+20
-4
index.vue
src/views/task/on/index.vue
+20
-4
No files found.
src/views/task/archived/index.vue
View file @
a7b2513a
...
...
@@ -2,10 +2,26 @@
<page-standard>
<div
slot=
"tab"
>
<div
class=
"mb10"
>
<el-radio-group
v-model=
"taskType"
>
<el-radio-button
label=
"0"
>
体系审查
</el-radio-button>
<el-radio-button
label=
"1"
>
车型测评
</el-radio-button>
</el-radio-group>
<!--
<el-radio-group
v-model=
"taskType"
>
-->
<!--
<el-radio-button
label=
"0"
>
体系审查
</el-radio-button>
-->
<!--
<el-radio-button
label=
"1"
>
车型测评
</el-radio-button>
-->
<!--
</el-radio-group>
-->
<el-form
ref=
"form"
class=
"tab-form"
size=
"small"
:inline=
"true"
>
<el-form-item
label=
"对应标准"
>
<el-select
v-model=
"taskType"
clearable
>
<el-option
key=
"0"
value=
"0"
label=
"汽车整车信息安全技术要求"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"xxxxx软件升级要求"
></el-option>
</el-select>
</el-form-item>
</el-form>
</div>
</div>
<systemReview
v-if=
"taskType === '0'"
/>
...
...
src/views/task/on/index.vue
View file @
a7b2513a
...
...
@@ -2,10 +2,26 @@
<page-standard>
<div
slot=
"tab"
>
<div
class=
"mb10"
>
<el-radio-group
v-model=
"taskType"
>
<el-radio-button
label=
"0"
>
体系审查
</el-radio-button>
<el-radio-button
label=
"1"
>
车型测评
</el-radio-button>
</el-radio-group>
<!--
<el-radio-group
v-model=
"taskType"
>
-->
<!--
<el-radio-button
label=
"0"
>
体系审查
</el-radio-button>
-->
<!--
<el-radio-button
label=
"1"
>
车型测评
</el-radio-button>
-->
<!--
</el-radio-group>
-->
<el-form
ref=
"form"
class=
"tab-form"
size=
"small"
:inline=
"true"
>
<el-form-item
label=
"对应标准"
>
<el-select
v-model=
"taskType"
clearable
>
<el-option
key=
"0"
value=
"0"
label=
"汽车整车信息安全技术要求"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"xxxxx软件升级要求"
></el-option>
</el-select>
</el-form-item>
</el-form>
</div>
</div>
<systemReview
v-if=
"taskType === '0'"
/>
...
...
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