From cb4e11b19446843188cf628ac8f6be5fe1fa68c7 Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期二, 06 六月 2023 18:01:52 +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