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
2c93052b
Commit
2c93052b
authored
Jun 19, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分调整
parent
fddb99ea
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
6 deletions
+30
-6
rkd.vue
src/views/ccgl/ckgl/jhd/top/ackdk/rkd.vue
+5
-1
rkqd.vue
src/views/ccgl/ckgl/jhd/top/ackdk/rkqd.vue
+5
-1
kc.vue
src/views/ccgl/kngl/tpck/top/kc.vue
+5
-1
kc.vue
src/views/ccgl/thgl/rkth/top/kc.vue
+5
-1
add.vue
src/views/ccgl/zlgl/kccjd/top/add.vue
+5
-1
wlxx.vue
src/views/ccgl/zlgl/kccjd/top/wlxx.vue
+5
-1
No files found.
src/views/ccgl/ckgl/jhd/top/ackdk/rkd.vue
View file @
2c93052b
<
template
>
<BasePage
:setFirstCurrent=
'false'
:power=
'power'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" :setFirstCurrent='false' :power='power' @getRow='getRow' class="min_full" style="height: 100%;" :config="config">
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
src/views/ccgl/ckgl/jhd/top/ackdk/rkqd.vue
View file @
2c93052b
<
template
>
<div
class=
"min_full"
style=
"height: 100%;border: 0px;"
>
<BasePage
@
pageQueryFinally=
'pageQueryFinally'
@
getRow=
'getRow'
ref=
"basePage"
:power=
'power'
:toolButton=
'false'
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" @pageQueryFinally='pageQueryFinally' @getRow='getRow' ref="basePage" :power='power' :toolButton='false'
class="min_full" style="height: 50%;" :showPagination='false' :autoQuery='false' :config="config">
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...
...
src/views/ccgl/kngl/tpck/top/kc.vue
View file @
2c93052b
<
template
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
ref="basePage" :power='power' class="min_full" :config="config">
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage" :power='power' class="min_full" :config="config">
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
src/views/ccgl/thgl/rkth/top/kc.vue
View file @
2c93052b
<
template
>
<DefaultDialog
:app=
'app'
>
<div
slot=
"form"
style=
"display: flex;height: 70vh;"
>
<BasePage
ref=
"basePage"
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
:config=
"config"
>
ref="basePage" :power='power' class="min_full" :config="config">
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" ref="basePage" :power='power' class="min_full" style="height: 100%;" :config="config"> ref="basePage" :power='power' class="min_full" :config="config">
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
src/views/ccgl/zlgl/kccjd/top/add.vue
View file @
2c93052b
<
template
>
<BasePage
:autoQuery=
'false'
ref=
"basePage"
:showPagination=
'false'
:toolButton=
'false'
:power=
'power'
class=
"min_full"
style=
"height: 100%;"
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" :autoQuery='false' ref="basePage" :showPagination='false' :toolButton='false' :power='power' class="min_full" style="height: 100%;"
:config="config" />
</div>
...
...
src/views/ccgl/zlgl/kccjd/top/wlxx.vue
View file @
2c93052b
<
template
>
<BasePage
:setFirstCurrent=
'false'
:power=
'power'
@
getRow=
'getRow'
class=
"min_full"
style=
"height: 100%;"
<BasePage
:toolButtonConfig=
"
{
showExcel:false,
showPrint:false,
showField:true
}" :setFirstCurrent='false' :power='power' @getRow='getRow' class="min_full" style="height: 100%;"
:config="config">
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...
...
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