Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
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
李苏
lxyl-vue
Commits
89306a32
Commit
89306a32
authored
Jun 03, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert
parent
68ac647a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
akck.vue
src/views/ccgl/ckgl/lkckrw/top/akck.vue
+18
-2
index.vue
src/views/ccgl/ckgl/lkckrw/top/index.vue
+2
-3
No files found.
src/views/ccgl/ckgl/lkckrw/top/akck.vue
View file @
89306a32
...
...
@@ -2,7 +2,7 @@
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<Xzgw
@
saveGw=
'saveGw'
v-if=
"showDialog"
:app=
'this'
/>
<BasePage
fePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
ref="basePage"
<BasePage
:changeQueryParams=
'changeQueryParams'
fePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
ref="basePage"
:power='power' class="min_full" :config="config">
<template
#
dialog=
"ctx"
>
...
...
@@ -173,7 +173,16 @@
type
:
'input'
,
value
:
''
},
],
[
{
label
:
'容器信息'
,
prop
:
'rqInfos'
,
span
:
24
,
type
:
'input'
,
value
:
''
},
]
],
/* 默认启停用 */
...
...
@@ -185,6 +194,13 @@
}
},
methods
:
{
changeQueryParams
(
queryParams
){
let
str
=
queryParams
.
rqInfos
let
trimmedStr
=
str
.
replace
(
/
\s
/g
,
''
);
// 使用正则表达式去除空格
let
arr
=
trimmedStr
.
split
(
","
);
queryParams
.
rqInfos
=
arr
console
.
log
(
queryParams
.
rqInfos
)
},
saveGw
(
form
){
let
list
=
this
.
$refs
.
basePage
.
$refs
.
TablePager
.
selectedList
.
map
(
item
=>
{
let
ml
=
{
...
...
src/views/ccgl/ckgl/lkckrw/top/index.vue
View file @
89306a32
...
...
@@ -175,15 +175,14 @@
}
}
},
],[
{
label
:
'创建人'
,
prop
:
'cjr'
,
span
:
8
,
span
:
6
,
type
:
'input'
,
value
:
''
},
]
],
/* 默认启停用 */
...
...
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