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

调整

parent 2a983634
......@@ -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;
......
......@@ -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',
......
......@@ -335,7 +335,7 @@
align-items: center;
height: 100%;
background-image: url("../assets/images/login.jpg");
background-size: cover;
background-size: 100% 100%;
}
.title {
......
......@@ -2,7 +2,7 @@
* @Description:
* @Author: 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
-->
<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: 32px;
font-size: 25px;
font-weight: 600;
z-index: 12;
}
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @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
-->
<template>
......@@ -99,6 +99,12 @@
"span": 12,
"type": "date"
},
{
"label": "工具数量",
"prop": "gjsl",
"span": 12,
"type": "inputNumber"
},
{
"label": "备注",
"prop": "bz",
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @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
-->
<template>
......@@ -85,6 +85,11 @@
width: 180,
fieldType: "ftDate"
},
{
title: "工具数量",
field: "gjsl",
width: 140
},
{
title: "备注",
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