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

调整

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