Commit 40647189 authored by 李苏's avatar 李苏 💬

调整

parent 2a983634
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
<div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }"> <div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
<transition name="sidebarLogoFade"> <transition name="sidebarLogoFade">
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/"> <router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
<img v-if="logo" :src="logo" class="sidebar-logo" /> <!-- <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> <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
</router-link> </router-link>
<router-link v-else key="expand" class="sidebar-logo-link" to="/"> <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> <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
</router-link> </router-link>
</transition> </transition>
...@@ -88,6 +88,7 @@ export default { ...@@ -88,6 +88,7 @@ export default {
} }
& .sidebar-title { & .sidebar-title {
display: inline-block; display: inline-block;
margin: 0; margin: 0;
color: #fff; color: #fff;
......
...@@ -390,29 +390,30 @@ ...@@ -390,29 +390,30 @@
} }
}, },
{ {
"label": "FME分级", label: '机组号',
"prop": "fmefj", prop: 'jzh',
"span": 6, span: 6,
"type": "RelSelect", type: 'input',
"value": "", value: ''
"typeConfig": { },
"src": "yhlywpc/uywxx/init/fme/fj", // {
"match": { // "label": "FME分级",
"value": "id", // "prop": "fmefj",
"label": "name" // "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: '责任单位', label: '责任单位',
prop: 'zrdw', prop: 'zrdw',
......
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("../assets/images/login.jpg"); background-image: url("../assets/images/login.jpg");
background-size: cover; background-size: 100% 100%;
} }
.title { .title {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-04-02 17:43:14 * @LastEditTime: 2025-08-25 11:39:10
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<!-- 弹框组件dialig --> <!-- 弹框组件dialig -->
<czDialog @save='getSave' :app='this' v-if='showDialog' /> <czDialog @save='getSave' :app='this' v-if='showDialog' />
<div v-show="tdloading==false" class="bigTitle animate__animated animate__fadeInDown "> <div v-show="tdloading==false" class="bigTitle animate__animated animate__fadeInDown ">
一回路异物溯源态势图 阳江核电一回路异物溯源态势图
</div> </div>
<!-- 视角工具栏--> <!-- 视角工具栏-->
<div v-show="tdloading==false" class="toolButton animate__animated animate__fadeInRight"> <div v-show="tdloading==false" class="toolButton animate__animated animate__fadeInRight">
...@@ -2024,7 +2024,7 @@ ...@@ -2024,7 +2024,7 @@
line-height: 60px; line-height: 60px;
color: #68D8FE; color: #68D8FE;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
font-size: 32px; font-size: 25px;
font-weight: 600; font-weight: 600;
z-index: 12; z-index: 12;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46 * @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 17:38:06 * @LastEditTime: 2025-08-25 11:41:40
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/edit.vue * @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/edit.vue
--> -->
<template> <template>
...@@ -99,6 +99,12 @@ ...@@ -99,6 +99,12 @@
"span": 12, "span": 12,
"type": "date" "type": "date"
}, },
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{ {
"label": "备注", "label": "备注",
"prop": "bz", "prop": "bz",
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27 * @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 17:47:45 * @LastEditTime: 2025-08-25 11:42:24
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue * @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
--> -->
<template> <template>
...@@ -85,6 +85,11 @@ ...@@ -85,6 +85,11 @@
width: 180, width: 180,
fieldType: "ftDate" fieldType: "ftDate"
}, },
{
title: "工具数量",
field: "gjsl",
width: 140
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment