Commit 8488e110 authored by 李苏's avatar 李苏 💬

调整

parent 70a1534b
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-12-05 16:57:50
* @LastEditTime: 2025-06-18 11:27:13
* @FilePath: /zghywpc-vue/src/views/ywxxgl/gshbmjby/edit.vue
-->
<template>
......@@ -134,37 +134,17 @@
},
{
label: '主要负责人',
prop: 'zyfzrid',
span: 12,
type: 'AuxInput',
typeConfig: {
code: 'USER',
label: 'zyfzrName',
transform: {
value: 'id',
label: 'username'
}
}
prop: 'zyfzrName',
span: 24,
type: 'input',
},
{
label: '其他人',
prop: 'qtrid',
prop: 'qtrName',
span: 24,
type: 'RelMulSelect',
type: 'input',
value: '',
typeConfig: {
valueType: 'string',
src: "kzzx/user/query",
"match": {
"value": "id",
"label": "showLabel"
},
customLabel: (list) => {
list.forEach(item => {
item.showLabel = `${item.username}(${item.userid})`
})
}
},
required: false,
},
{
......
......@@ -132,12 +132,7 @@
},
methods: {
/**
* @description:示例按钮
* @param {*} ctx操作basePage实例内容
* @return {*}
* @author: lisu
*/
// demo(ctx){}
},
components: {
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-28 16:12:39
* @LastEditTime: 2025-06-18 13:54:35
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/edit.vue
-->
<template>
......@@ -46,7 +46,7 @@
label: '发现时间',
prop: 'fxsj',
span: 12,
type: 'datetime',
type: 'date',
},
{
label: '通知单号',
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-12-06 14:09:50
* @LastEditTime: 2025-06-18 13:54:44
* @FilePath: /zghywpc-vue/src/views/ywxxgl/ywjdzb/index.vue
-->
<template>
......@@ -43,7 +43,7 @@
title: "发现时间",
field: "fxsj",
width: 140,
fieldType: "ftDateTime"
fieldType: "ftDate"
},
{
title: "事件概要",
......
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