Source/UBCS-WEB/src/components/code-dialog-page/referConfigFormDialog.vue
@@ -232,7 +232,6 @@
        </el-dialog>
    </el-dialog>
</template>
<script>
@@ -420,7 +419,11 @@
                            cell: true,
                            clearable: false,
                            dicData: [
                                {
                                {
                                    value: '_in', label: '存在于'
                                },{
                                    value: '_notin', label: '不存在于'
                                },{
                                    value: '_like', label: '包含'
                                },{
                                    value: "_notlike", label: "不包含",