Commit 76485a85 authored by 何远江's avatar 何远江

bug修改

parent 3c3f6b6e
......@@ -73,7 +73,7 @@
<!-- 过滤字段映射设置 -->
<el-col>
<el-form-item label="过滤字段" prop="filterFiled">
<el-form-item label="过滤字段">
<el-select
v-model="item.filterFiled"
style="width: 260px"
......@@ -90,7 +90,7 @@
v-for="itm in group.filedPojos"
:key="itm.filedName"
:label="itm.fliedTitle"
:value="itm.filedName"
:value="itm"
/>
</el-option-group>
</el-select>
......@@ -98,7 +98,7 @@
</el-col>
<!-- 过滤脚本设置 -->
<el-col :span="24" v-if="item.filterFiled">
<el-col :span="24">
<template v-for="(sitem, idx) in item.filterScripts">
<el-form-item :label="'过滤脚本' + (idx ? idx + 1 : '')">
<el-row>
......
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