Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
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
黄营
datax-cloud
Commits
b63bbf0e
Commit
b63bbf0e
authored
Sep 09, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
b42d0a49
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
DataList.vue
datax-ui/src/views/masterdata/datamanage/DataList.vue
+6
-1
No files found.
datax-ui/src/views/masterdata/datamanage/DataList.vue
View file @
b63bbf0e
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
v-if=
"tableName"
>
<div
v-if=
"tableName"
>
<el-form
ref=
"queryForm"
:model=
"queryParams"
size=
"mini"
:inline=
"true"
>
<el-form
ref=
"queryForm"
class=
"queryForm"
:model=
"queryParams"
size=
"mini"
:inline=
"true"
>
<el-form-item
v-for=
"(item, index) in queryParams.conditions"
:label=
"item.columnName"
:prop=
"item.column"
:key=
"index"
>
<el-form-item
v-for=
"(item, index) in queryParams.conditions"
:label=
"item.columnName"
:prop=
"item.column"
:key=
"index"
>
<template
v-if=
"item.dictList && item.dictList.length > 0"
>
<template
v-if=
"item.dictList && item.dictList.length > 0"
>
<el-select
v-model
.
trim=
"item.value"
clearable
placeholder=
"请选择"
>
<el-select
v-model
.
trim=
"item.value"
clearable
placeholder=
"请选择"
>
...
@@ -525,4 +525,9 @@ export default {
...
@@ -525,4 +525,9 @@ export default {
font-size
:
18px
;
font-size
:
18px
;
margin-top
:
20%
;
margin-top
:
20%
;
}
}
.queryForm
{
.el-input
{
width
:
unset
;
}
}
</
style
>
</
style
>
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