Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
40647189
Commit
40647189
authored
Aug 25, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
2a983634
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
42 additions
and
29 deletions
+42
-29
Logo.vue
src/layout/components/Sidebar/Logo.vue
+4
-3
index.vue
src/views/jyfkgl/ywsjlr/index.vue
+21
-20
login.vue
src/views/login.vue
+1
-1
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+3
-3
edit.vue
src/views/ywxxgl/glqgjwp/edit.vue
+7
-1
index.vue
src/views/ywxxgl/glqgjwp/index.vue
+6
-1
No files found.
src/layout/components/Sidebar/Logo.vue
View file @
40647189
...
...
@@ -2,11 +2,11 @@
<div
class=
"sidebar-logo-container"
:class=
"
{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition
name=
"sidebarLogoFade"
>
<router-link
v-if=
"collapse"
key=
"collapse"
class=
"sidebar-logo-link"
to=
"/"
>
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/
>
<h1
v-else
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
--
>
<h1
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
</router-link>
<router-link
v-else
key=
"expand"
class=
"sidebar-logo-link"
to=
"/"
>
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/
>
<!--
<img
v-if=
"logo"
:src=
"logo"
class=
"sidebar-logo"
/>
--
>
<h1
class=
"sidebar-title"
:style=
"
{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">
{{
title
}}
</h1>
</router-link>
</transition>
...
...
@@ -88,6 +88,7 @@ export default {
}
&
.sidebar-title
{
display
:
inline-block
;
margin
:
0
;
color
:
#fff
;
...
...
src/views/jyfkgl/ywsjlr/index.vue
View file @
40647189
...
...
@@ -390,29 +390,30 @@
}
},
{
"label"
:
"FME分级"
,
"prop"
:
"fmefj"
,
"span"
:
6
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
"src"
:
"yhlywpc/uywxx/init/fme/fj"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
label
:
'机组号'
,
prop
:
'jzh'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
// {
// "label": "FME分级",
// "prop": "fmefj",
// "span": 6,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "yhlywpc/uywxx/init/fme/fj",
// "match": {
// "value": "id",
// "label": "name"
// }
// }
// },
],
[{
label
:
'机组号'
,
prop
:
'jzh'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
[
{
label
:
'责任单位'
,
prop
:
'zrdw'
,
...
...
src/views/login.vue
View file @
40647189
...
...
@@ -335,7 +335,7 @@
align-items
:
center
;
height
:
100%
;
background-image
:
url("../assets/images/login.jpg")
;
background-size
:
cover
;
background-size
:
100%
100%
;
}
.title
{
...
...
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
40647189
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
4-02 17:43:14
* @LastEditTime: 2025-0
8-25 11:39:10
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<
template
>
...
...
@@ -11,7 +11,7 @@
<!-- 弹框组件dialig -->
<czDialog
@
save=
'getSave'
:app=
'this'
v-if=
'showDialog'
/>
<div
v-show=
"tdloading==false"
class=
"bigTitle animate__animated animate__fadeInDown "
>
一回路异物溯源态势图
阳江核电
一回路异物溯源态势图
</div>
<!-- 视角工具栏-->
<div
v-show=
"tdloading==false"
class=
"toolButton animate__animated animate__fadeInRight"
>
...
...
@@ -2024,7 +2024,7 @@
line-height
:
60px
;
color
:
#68D8FE
;
font-family
:
'Courier New'
,
Courier
,
monospace
;
font-size
:
32
px
;
font-size
:
25
px
;
font-weight
:
600
;
z-index
:
12
;
}
...
...
src/views/ywxxgl/glqgjwp/edit.vue
View file @
40647189
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
6-19 17:38:06
* @LastEditTime: 2025-0
8-25 11:41:40
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/edit.vue
-->
<
template
>
...
...
@@ -99,6 +99,12 @@
"span"
:
12
,
"type"
:
"date"
},
{
"label"
:
"工具数量"
,
"prop"
:
"gjsl"
,
"span"
:
12
,
"type"
:
"inputNumber"
},
{
"label"
:
"备注"
,
"prop"
:
"bz"
,
...
...
src/views/ywxxgl/glqgjwp/index.vue
View file @
40647189
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-0
6-19 17:47:45
* @LastEditTime: 2025-0
8-25 11:42:24
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
-->
<
template
>
...
...
@@ -85,6 +85,11 @@
width
:
180
,
fieldType
:
"ftDate"
},
{
title
:
"工具数量"
,
field
:
"gjsl"
,
width
:
140
},
{
title
:
"备注"
,
field
:
"bz"
,
...
...
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