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

新增查询条件

parent 46edf287
...@@ -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-06-19 17:40:04 * @LastEditTime: 2025-06-19 17:43:09
* @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue * @FilePath: /zghywpc-vue/src/views/ywxxgl/glqgjwp/index.vue
--> -->
<template> <template>
...@@ -124,22 +124,38 @@ ...@@ -124,22 +124,38 @@
} }
], ],
queryParams: [ queryParams: [
// [{ [{
// label: '编码', label: '工具信息',
// prop: 'code', prop: 'gjInfo',
// span: 6, span: 8,
// type: 'input', type: 'input',
// value: '' value: ''
// }, },
// { {
// label: '名称', label: '隔离区',
// prop: 'name', prop: 'jrdglq',
// span: 6, span: 8,
// type: 'input', "type": "RelSelect",
// value: '' "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