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
4fc35898
Commit
4fc35898
authored
Feb 13, 2023
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业制度,审批、发布
parent
8e795399
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
index.vue
...web/src/views/safetyManagement/enterpriseSystem/index.vue
+9
-6
No files found.
danger-manage-web/src/views/safetyManagement/enterpriseSystem/index.vue
View file @
4fc35898
...
...
@@ -78,7 +78,7 @@
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
<!-- <el-table-column label="状态" align="center" prop="status" :formatter="statusFormat" />--
>
<el-table-column
label=
"状态"
align=
"center"
prop=
"status"
:formatter=
"statusFormat"
/
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -95,7 +95,7 @@
icon=
"el-icon-edit"
@
click=
"handleDetail(scope.row)"
>
详情
</el-button>
<
!--
<
el-button
<el-button
v-if=
"scope.row.status == '0'"
size=
"mini"
type=
"text"
...
...
@@ -108,6 +108,7 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleApproval(scope.row)"
v-hasPermi=
"['safetyManagement:enterpriseSystem:edit']"
>
审批
</el-button>
<el-button
v-if=
"scope.row.status == '2'"
...
...
@@ -115,7 +116,8 @@
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleInvalid(scope.row)"
>
作废
</el-button>
-->
v-hasPermi=
"['safetyManagement:enterpriseSystem:edit']"
>
作废
</el-button>
<el-button
size=
"mini"
type=
"text"
...
...
@@ -176,10 +178,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>
...
...
@@ -312,6 +314,7 @@ export default {
};
this
.
resetForm
(
"form"
);
this
.
fileList
=
[];
this
.
operate
=
false
;
},
/** 搜索按钮操作 */
handleQuery
()
{
...
...
@@ -362,7 +365,7 @@ export default {
},
/** 审批按钮操作 */
handleApproval
(
row
)
{
this
.
readOnly
=
tru
e
;
this
.
readOnly
=
fals
e
;
this
.
reset
();
const
systemId
=
row
.
systemId
||
this
.
ids
getEnterpriseSystem
(
systemId
).
then
(
response
=>
{
...
...
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