From e1a2b770a3b9bf440ddccf4518c436e55bdaecda Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 06 六月 2023 17:02:37 +0800 Subject: [PATCH] 高级查询相关内容提交 --- Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue b/Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue index 6a91563..8800bad 100644 --- a/Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue +++ b/Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue @@ -413,21 +413,21 @@ type: "select", cell: true, clearable: false, - dicData: [{ - value: 'like', label: '鍖呭惈' - }, { - value: '=', label: '绛変簬' - }, { - value: '>', label: '澶т簬' - }, { - value: '<', label: '灏忎簬' - }, { - value: '!=', label: '涓嶇瓑浜�' - }, { - value: '>=', label: '澶т簬绛変簬' - }, { - value: '<=', label: '灏忎簬绛変簬' - }] + dicData: [ + { + value: '_like', label: '鍖呭惈' + },{ + value: "_notlike", label: "涓嶅寘鍚�", + }, { + value: 'equal', label: '绛変簬' + }, { + value: '_notequal', label: '涓嶇瓑浜�' + }, { + value: '_ge', label: '澶т簬' + }, { + value: '_le', label: '灏忎簬' + } + ] },{ label: "绛涢�夊��", prop: "filterValue", @@ -1193,7 +1193,7 @@ this.form.codeSrchCondConfigVOS.push( { filterField: item.id, - filterType: '=', + filterType: 'equal', filterTypeText: item.name, filterValue: '', $cellEdit: false -- Gitblit v1.9.3