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
2d3631dc
Commit
2d3631dc
authored
Feb 13, 2023
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
法律法规审批
fastjson版本
parent
4fc35898
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
index.vue
danger-manage-web/src/views/safetyManagement/laws/index.vue
+11
-7
pom.xml
pom.xml
+1
-1
No files found.
danger-manage-web/src/views/safetyManagement/laws/index.vue
View file @
2d3631dc
...
...
@@ -84,9 +84,9 @@
<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=
"createTime"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"状态"
align=
"center"
prop=
"status"
:formatter=
"statusFormat"
width=
"120px"
/
>
<el-table-column
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"150px"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"210px"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
...
...
@@ -101,12 +101,13 @@
icon=
"el-icon-edit"
@
click=
"handleDetail(scope.row)"
>
详情
</el-button>
<
!--
<
el-button
<el-button
v-if=
"scope.row.status == '0'"
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handlePublish(scope.row)"
v-hasPermi=
"['safetyManagement:enterpriseSystem:edit']"
>
发布
</el-button>
<el-button
v-if=
"scope.row.status == '1'"
...
...
@@ -114,6 +115,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'"
...
...
@@ -121,7 +123,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"
...
...
@@ -198,10 +201,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>
...
...
@@ -333,6 +336,7 @@ export default {
};
this
.
resetForm
(
"form"
);
this
.
fileList
=
[];
this
.
operate
=
false
;
},
/** 搜索按钮操作 */
handleQuery
()
{
...
...
pom.xml
View file @
2d3631dc
...
...
@@ -23,7 +23,7 @@
<kaptcha.version>
2.3.2
</kaptcha.version>
<mybatis-spring-boot.version>
2.1.4
</mybatis-spring-boot.version>
<pagehelper.boot.version>
1.3.0
</pagehelper.boot.version>
<fastjson.version>
1.2.
76
</fastjson.version>
<fastjson.version>
1.2.
83
</fastjson.version>
<oshi.version>
5.6.0
</oshi.version>
<jna.version>
5.7.0
</jna.version>
<commons.io.version>
2.5
</commons.io.version>
...
...
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