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
35021ef1
Commit
35021ef1
authored
Oct 07, 2022
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式微调
parent
5fb88dcf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
DeviceNum.vue
...eb/src/views/indexComponents/leftComponents/DeviceNum.vue
+2
-2
index.vue
danger-manage-web/src/views/safetyManagement/laws/index.vue
+2
-2
index.vue
danger-manage-web/src/views/safetyManagement/staff/index.vue
+3
-4
No files found.
danger-manage-web/src/views/indexComponents/leftComponents/DeviceNum.vue
View file @
35021ef1
...
...
@@ -49,7 +49,7 @@ export default {
show
:
false
,
},
min
:
0
,
max
:
5
0
,
max
:
4
0
,
// 文字样式
axisLabel
:
{
show
:
true
,
...
...
@@ -130,7 +130,7 @@ export default {
barWidth
:
15
,
name
:
"X"
,
type
:
"bar"
,
data
:
[
2
0
,
7
,
7
,
7
,
9
].
reverse
(),
data
:
[
2
8
,
7
,
7
,
7
,
9
].
reverse
(),
// data: [20, 7, 7, 7, 9],
// 柱形样式
itemStyle
:
{
...
...
danger-manage-web/src/views/safetyManagement/laws/index.vue
View file @
35021ef1
...
...
@@ -52,7 +52,7 @@
</el-row>
<el-table
v-loading=
"loading"
:data=
"enterpriseSystemList"
>
<el-table-column
label=
"法律法规标题"
align=
"center"
prop=
"systemTitle"
/>
<el-table-column
label=
"法律法规标题"
align=
"center"
prop=
"systemTitle"
width=
"260px"
/>
<el-table-column
label=
"颁布部门"
align=
"center"
prop=
"issueDept"
/>
<el-table-column
label=
"文号"
align=
"center"
prop=
"referenceNum"
/>
<el-table-column
label=
"层级"
align=
"center"
prop=
"hierarchy"
:formatter=
"hierarchyFormat"
/>
...
...
@@ -69,7 +69,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"
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"
>
...
...
danger-manage-web/src/views/safetyManagement/staff/index.vue
View file @
35021ef1
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-row
:gutter=
"20"
>
<!--部门数据-->
<el-col
:span=
"4"
:xs=
"24"
>
<div
style=
"height: 810px; border: solid 1px #e6ebf5;"
>
<div
style=
"height: 810px; border: solid 1px #e6ebf5;
overflow-y:auto
"
>
<div
class=
"head-container"
style =
"padding: 10px"
>
<el-input
v-model=
"deptName"
...
...
@@ -11,7 +11,6 @@
clearable
size=
"small"
prefix-icon=
"el-icon-search"
style=
"margin-bottom: 20px"
/>
</div>
<div
class=
"head-container"
style =
"padding: 10px"
>
...
...
@@ -106,7 +105,7 @@
<span
v-if=
"scope.row.effectiveDate == null || scope.row.effectiveDate == ''"
>
-
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
align=
"center"
>
<el-table-column
label=
"创建时间"
align=
"center"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
</span>
</
template
>
...
...
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