Commit 306eb8cb authored by 李苏's avatar 李苏 💬

调整

parent 60c084f8
...@@ -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-01-10 11:01:45 * @LastEditTime: 2025-01-10 13:51:37
* @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue * @FilePath: /zghywpc-vue/src/views/jyfkgl/ywsjlr/index.vue
--> -->
<template> <template>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<template #toolbar="ctx"> <template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!-- <el-button @click="demo(ctx.basePage)" size='mini' type="primary">示例按钮</el-button> --> <!-- <el-button @click="demo(ctx.basePage)" size='mini' type="primary">示例按钮</el-button> -->
<KpiImportButton @success="()=>{ctx.basePage.refresh()}" :url="'yhlywpc/uywxx/import'" /> <KpiImportButton @success="()=>{ctx.basePage.refresh()}" :url="'yhlywpc/uywxx/import'" />
</template> </template>
</BasePage> </BasePage>
...@@ -203,7 +203,139 @@ ...@@ -203,7 +203,139 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
}] },
{
label: '异物信息',
prop: 'ywxxInfo',
span: 6,
type: 'input',
value: ''
},
{
label: '年度',
prop: 'year',
span: 6,
type: 'year',
value: ''
},
{
label: '月份',
prop: 'month',
span: 6,
type: 'RelSelect',
typeConfig:{
"match": {
"value": "id",
"label": "name"
},
optionsData:[{
id: 1,
name: "一月份"
},
{
id: 2,
name: "二月份"
},
{
id: 3,
name: "三月份"
},
{
id: 4,
name: "四月份"
},
{
id: 5,
name: "五月份"
},
{
id: 6,
name: "六月份"
},
{
id: 7,
name: "七月份"
},
{
id: 8,
name: "八月份"
},
{
id: 9,
name: "九月份"
},
{
id: 10,
name: "十月份"
},
{
id: 11,
name: "十一月份"
},
{
id: 12,
name: "十二月份"
}
],
}
}
],
[{
label: '日期',
startProp: "start",
endProp: "end",
span: 12,
type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
},
{
"label": "分类",
"prop": "fl",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "yhlywpc/uywxx/init/fl",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "FME分级",
"prop": "fmefj",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "yhlywpc/uywxx/init/fme/fj",
"match": {
"value": "id",
"label": "name"
}
}
},
],
[
{
"label": "责任专业",
"prop": "zrzy",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "yhlywpc/uywxx/init/zrzy",
"match": {
"value": "id",
"label": "name"
}
}
},
]
], ],
/* 默认启停用 */ /* 默认启停用 */
...@@ -221,7 +353,8 @@ ...@@ -221,7 +353,8 @@
// demo(ctx){} // demo(ctx){}
}, },
components: { components: {
Edit,KpiImportButton Edit,
KpiImportButton
} }
} }
......
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