Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e551d5e3
authored
Jun 20, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细化
1 parent
82301c3d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
36 deletions
src/views/compliance/checkRules.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/verificationRectify.vue
src/views/compliance/checkRules.vue
View file @
e551d5e
...
...
@@ -79,34 +79,8 @@
<el-table-column
prop=
"quesCheckItem"
label=
"问题检查项"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"检查说明"
prop=
"checkDesc"
show-overflow-tooltip
>
</el-table-column>
<!--
<el-table-column
label=
"判断规则名称"
prop=
"checkDesc"
show-overflow-tooltip
>
</el-table-column>
-->
<!--
<el-table-column
prop=
"ruleStatus"
label=
"规则状态"
>
<template
slot-scope=
"scope"
>
<el-switch
v-model=
"scope.row.ruleStatus"
active-color=
"#13ce66"
inactive-color=
"#C0C0C0"
active-value=
"0"
inactive-value=
"1"
active-text=
""
inactive-text=
""
disabled
>
<template
v-slot:active
>
<span>
开启
</span>
</
template
>
<
template
v-slot:inactive
>
<span>
关闭
</span>
</
template
>
</el-switch>
</template>
</el-table-column>
<el-table-column
prop=
"creator"
label=
"创建人"
>
</el-table-column>
<el-table-column
prop=
"createTime"
label=
"创建时间"
>
</el-table-column>
-->
<el-table-column
label=
"判断规则"
prop=
"fullRule"
show-overflow-tooltip
>
</el-table-column>
</el-table>
</div>
<el-pagination
...
...
@@ -256,7 +230,7 @@
postEvalState
:
""
,
projectName
:
""
,
projectId
:
""
,
dates
:[]
//
dates:[]
},
ruleFormdialog
:
{
batchYear
:
""
,
...
...
@@ -339,7 +313,7 @@
this
.
pageSize
=
10
;
this
.
ruleForm
.
auditStartTime
=
""
;
this
.
ruleForm
.
auditEndTime
=
""
;
this
.
ruleForm
.
datas
=
[]
//
this.ruleForm.datas=[]
this
.
submitForm
();
},
//详情
...
...
src/views/projectCheck/checkResault.vue
View file @
e551d5e
...
...
@@ -156,11 +156,6 @@
>
<el-table-column
label=
"序号"
width=
"55"
type=
"index"
>
</el-table-column>
<el-table-column
label=
"规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<!--
<el-table-column
prop=
"ruleType"
label=
"规则类型"
width=
"auto"
>
</el-table-column>
-->
<el-table-column
prop=
"projectName"
label=
"稽核异常项目清单"
...
...
@@ -168,6 +163,11 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"判断规则名称"
width=
"auto"
prop=
"ruleName"
>
</el-table-column>
<!--
<el-table-column
prop=
"quesCheckItem"
label=
"问题检查项"
width=
"auto"
>
</el-table-column>
-->
</el-table>
</div>
<!--
<el-pagination
...
...
src/views/projectCheck/verificationRectify.vue
View file @
e551d5e
...
...
@@ -82,7 +82,7 @@
>
<el-button
@
click=
"detailsForm('xf')"
>
<i
class=
"el-icon-document-remove"
></i
>
整改
提交
</el-button
>
整改
复核
</el-button
>
</el-form-item>
</el-form>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment