Commit 7558f9db authored by 李苏's avatar 李苏 💬

cnea cpip 字段调整

parent 4229f75a
......@@ -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:48
* @LastEditTime: 2024-12-06 16:23:27
* @FilePath: /zghywpc-vue/src/views/ywxxgl/cneacpip/edit.vue
-->
<template>
......@@ -56,34 +56,45 @@
type: 'input',
},
{
"label": "填报部门",
"prop": "tbbmid",
"span": 12,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "kzzx/bm/query",
"match": {
"value": "id",
"label": "bmmc"
}
}
label: '填报部门',
prop: 'tbbmid',
span: 12,
type: 'input',
},
{
label: '填报人员',
prop: 'tmryid',
span: 12,
type: 'AuxInput',
typeConfig: {
code: 'USER',
label: 'username',
transform: {
value: 'id',
label: 'username'
}
},
type: 'input',
},
// {
// "label": "填报部门",
// "prop": "tbbmid",
// "span": 12,
// "type": "RelSelect",
// "value": "",
// "typeConfig": {
// "src": "kzzx/bm/query",
// "match": {
// "value": "id",
// "label": "bmmc"
// }
// }
// },
// {
// label: '填报人员',
// prop: 'tmryid',
// span: 12,
// type: 'AuxInput',
// typeConfig: {
// code: 'USER',
// label: 'username',
// transform: {
// value: 'id',
// label: 'username'
// }
// }
// },
{
label: '年份',
prop: 'year',
......
......@@ -50,13 +50,13 @@
},
{
label: "填报部门",
prop: "bmmc",
prop: "tbbmid",
fieldType: "ftString",
width: 120
},
{
label: "填报人员",
prop: "username",
prop: "tmryid",
fieldType: "ftString",
width: 120
},
......
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