Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
b6ce134c
Commit
b6ce134c
authored
Jan 31, 2023
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
法律法规去掉审核流程
parent
533a40f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
index.vue
danger-manage-web/src/views/safetyManagement/laws/index.vue
+5
-7
No files found.
danger-manage-web/src/views/safetyManagement/laws/index.vue
View file @
b6ce134c
...
...
@@ -83,18 +83,17 @@
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
prop=
"status"
:formatter=
"statusFormat"
width=
"120px"
/
>
<!-- <el-table-column label="状态" align="center" prop="status" :formatter="statusFormat" width="120px" />--
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<el-button
v-if=
"scope.row.status == '0'"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
修改
</el-button>
<el-button
<
!--
<
el-button
v-if=
"scope.row.status == '0'"
size=
"mini"
type=
"text"
...
...
@@ -114,9 +113,8 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleInvalid(scope.row)"
>
作废
</el-button>
>
作废
</el-button>
-->
<el-button
v-if=
"scope.row.status == '0'"
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
...
...
@@ -191,10 +189,10 @@
</span>
<span
v-else
>
-
</span>
</el-form-item>
<el-form-item
v-show=
"operate"
label=
"审批"
prop=
"status"
>
<
!--<
el-form-item v-show="operate" label="审批" prop="status">
<el-radio v-model="form.status" label="2">通过</el-radio>
<el-radio v-model="form.status" label="0">驳回</el-radio>
</el-form-item>
</el-form-item>
-->
</div>
<div
style=
"width: 58%;margin-left: 2%"
>
<div
class=
"dialogTitle"
>
法律法规内容
</div>
...
...
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