Commit 79ad4160 authored by 李苏's avatar 李苏 💬

调整

parent 43427348
......@@ -223,6 +223,7 @@
"type": "RelSelect",
"value": "",
"typeConfig": {
clearable:true,
"src": "sbgl/zdrw/query",
"match": {
"value": "code",
......@@ -231,6 +232,14 @@
}
},
// {
// "label": "责任单位(其他)",
// "prop": "zrdwName",
// required: true,
// "span": 12,
// "type": "input",
// "value": "",
// },
// {
// "label": "期间",
// "prop": "qj",
// "span": 12,
......@@ -423,7 +432,6 @@
"prop": "ssfx",
"span": 12,
"type": "input",
},
{
"label": "备注",
......
......@@ -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 15:40:39
* @LastEditTime: 2025-07-24 16:20:18
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
-->
<template>
......@@ -275,18 +275,25 @@
}
],
queryParams: [
[{
label: '事件描述',
prop: 'sjms',
span: 6,
type: 'input',
value: ''
},
[
{
label: '是否关闭',
prop: 'sfgb',
span: 6,
type: 'RelSelect',
typeConfig:{
src:'yhlywpc/uywxx/init/istrue'
},
value: ''
},
{
label: '异物信息',
prop: 'ywxxInfo',
label: 'FME分级',
prop: 'fmefj',
span: 6,
type: 'input',
type: 'RelSelect',
typeConfig:{
src:'yhlywpc/uywxx/init/fme/fj'
},
value: ''
},
{
......@@ -398,6 +405,29 @@
],
[
{
label: '机组号',
prop: 'jzh',
span: 6,
type: 'input',
value: ''
},
{
label: '责任单位',
prop: 'zrdw',
span: 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "sbgl/zdrw/query",
"match": {
"value": "code",
"label": "name"
}
}
}
]
],
/* 默认启停用 */
......
......@@ -220,7 +220,7 @@
<div style="line-height: 25px;display: flex;font-size: 12px;text-align: center"
v-for="item in jxlistData">
<div style="color: #68D8FE ;width: 120px;"
v-text="$moment(item.jxsj).format('YYYY-MM-DD HH:mm:ss') "></div>
v-text="$moment(item.jxsj).format('YYYY-MM-DD') "></div>
<div style="color: #68D8FE ;width: calc(100% - 120px);text-align: left;padding-left: 5px;"
v-text="item.ktext"></div>
</div>
......
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