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

查询搜索条件查询

parent a8c5ec9b
...@@ -148,8 +148,19 @@ ...@@ -148,8 +148,19 @@
label: '是否完成', label: '是否完成',
prop: 'isComplete', prop: 'isComplete',
span: 4, span: 4,
type: 'checkboxYN', type: 'RelSelect',
value: 'N' // value: 'N',
"typeConfig": {
optionsData:[{
id:'Y',name:'是'
},{
id:'N',name:'否'
}],
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
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: 2025-05-07 15:16:06 * @LastEditTime: 2025-05-08 16:03:13
* @FilePath: /dxgaqgl-vue/src/views/train/aqpxcx/index.vue * @FilePath: /dxgaqgl-vue/src/views/train/aqpxcx/index.vue
--> -->
<template> <template>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<script> <script>
// import Edit from './edit.vue' // import Edit from './edit.vue'
export default { export default {
name: 'template', name: 'aqpxcx',
data() { data() {
return { return {
power: { power: {
...@@ -151,8 +151,19 @@ ...@@ -151,8 +151,19 @@
label: '是否完成', label: '是否完成',
prop: 'isComplete', prop: 'isComplete',
span: 4, span: 4,
type: 'checkboxYN', type: 'RelSelect',
value: 'N' // value: 'N',
"typeConfig": {
optionsData:[{
id:'Y',name:'是'
},{
id:'N',name:'否'
}],
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
label: '日期', label: '日期',
......
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