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

查询搜索条件查询

parent a8c5ec9b
......@@ -148,8 +148,19 @@
label: '是否完成',
prop: 'isComplete',
span: 4,
type: 'checkboxYN',
value: 'N'
type: 'RelSelect',
// value: 'N',
"typeConfig": {
optionsData:[{
id:'Y',name:'是'
},{
id:'N',name:'否'
}],
"match": {
"value": "id",
"label": "name"
}
}
},
{
label: '日期',
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @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
-->
<template>
......@@ -22,7 +22,7 @@
<script>
// import Edit from './edit.vue'
export default {
name: 'template',
name: 'aqpxcx',
data() {
return {
power: {
......@@ -151,8 +151,19 @@
label: '是否完成',
prop: 'isComplete',
span: 4,
type: 'checkboxYN',
value: 'N'
type: 'RelSelect',
// value: 'N',
"typeConfig": {
optionsData:[{
id:'Y',name:'是'
},{
id:'N',name:'否'
}],
"match": {
"value": "id",
"label": "name"
}
}
},
{
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