Commit c0dcef8b authored by 李苏's avatar 李苏 💬

新增查询条件

parent 46edf287
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-06-19 17:40:04
* @LastEditTime: 2025-06-19 17:43:09
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
-->
<template>
......@@ -13,7 +13,7 @@
</template>
<template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<ImportButton @success="()=>{ctx.basePage.refresh()}" :url="'ywxxgl/glqgjwp/import'" />
<ImportButton @success="()=>{ctx.basePage.refresh()}" :url="'ywxxgl/glqgjwp/import'" />
</template>
</BasePage>
......@@ -124,22 +124,38 @@
}
],
queryParams: [
// [{
// label: '编码',
// prop: 'code',
// span: 6,
// type: 'input',
// value: ''
// },
// {
// label: '名称',
// prop: 'name',
// span: 6,
// type: 'input',
// value: ''
// }
[{
label: '工具信息',
prop: 'gjInfo',
span: 8,
type: 'input',
value: ''
},
{
label: '隔离区',
prop: 'jrdglq',
span: 8,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "ywxxgl/glqgjwp/init/jrglq",
"match": {
"value": "id",
"label": "name"
}
}
},
{
label: '日期',
startProp: "start",
endProp: "end",
span: 8,
type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(),
},
// ]
]
],
/* 默认启停用 */
......
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