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
ab5582e5
Commit
ab5582e5
authored
Dec 19, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(init): init
BREAKING CHANGE: init
parent
a517510b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
11 deletions
+14
-11
index.vue
src/views/processing/review-questionnaire/index.vue
+14
-11
No files found.
src/views/processing/review-questionnaire/index.vue
View file @
ab5582e5
...
...
@@ -35,7 +35,10 @@
</el-row>
</el-form>
<!--card统计值-->
<el-row
:gutter=
"60"
style=
"display: flex"
>
<el-row
:gutter=
"60"
style=
"display: flex; margin-left: 2rem; margin-right: 2rem"
>
<el-col
:span=
"6"
>
<div
class=
"card-statistical-style"
...
...
@@ -109,8 +112,8 @@
border
style=
"width: 100%; margin-top: 20px"
>
<el-table-column
prop=
"id"
label=
"标准章节"
>
</el-table-column>
<el-table-column
prop=
"name"
label=
"标准要求"
>
</el-table-column>
<el-table-column
prop=
"id"
label=
"标准章节"
></el-table-column>
<el-table-column
prop=
"name"
label=
"标准要求"
></el-table-column>
<el-table-column
prop=
"amount1"
label=
"审查要点"
>
</el-table-column>
<el-table-column
prop=
"amount2"
label=
"审查细则"
>
...
...
@@ -119,8 +122,8 @@
</el-table-column>
<el-table-column
prop=
"amount3"
label=
"审查结果"
>
</el-table-column>
<el-table-column
prop=
"amount3"
label=
"记录"
>
</el-table-column>
<el-table-column
prop=
"amount3"
label=
"填写人"
>
</el-table-column>
<el-table-column
prop=
"amount3"
label=
"记录"
></el-table-column>
<el-table-column
prop=
"amount3"
label=
"填写人"
></el-table-column>
</el-table>
</div>
<!--签字确认-->
...
...
@@ -155,8 +158,8 @@
type=
"primary"
plain
@
click=
"goToProcessedReview"
>
返 回
</el-button
>
>
返 回
</el-button
>
</div>
</div>
</page-standard>
...
...
@@ -340,18 +343,18 @@ export default {
/*主体内容布局*/
.main-content-style
{
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
width
:
100%
;
.btn
{
margin
-bottom
:
5
rem
;
margin
:
0
8rem
8rem
4
rem
;
width
:
5rem
;
}
}
/*任务编号,名称,单位样式*/
.task
{
padding
:
3rem
0rem
1rem
4
rem
;
padding
:
3rem
0rem
1rem
6
rem
;
::v-deep
.el-form-item--medium
.el-form-item__label
{
font-size
:
1
.25rem
;
...
...
@@ -374,7 +377,7 @@ export default {
/*卡片统计值样式*/
.card-statistical-style
{
width
:
18rem
;
//
width: 18rem;
display
:
flex
;
padding
:
1
.5rem
2rem
1
.5rem
2rem
;
justify-content
:
space-between
;
...
...
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