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

调整

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