Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
76485a85
Commit
76485a85
authored
Mar 25, 2025
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
3c3f6b6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ConfigFormItem.vue
src/views/var/varChange/components/ConfigFormItem.vue
+3
-3
No files found.
src/views/var/varChange/components/ConfigFormItem.vue
View file @
76485a85
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment