Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shhjwpgl-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
李苏
shhjwpgl-vue
Commits
c3bf5e3d
Commit
c3bf5e3d
authored
Sep 08, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basePAGE #tablePagerLeft
parent
495089fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
19 deletions
+22
-19
index.vue
src/views/baseData/thing/index.vue
+22
-19
No files found.
src/views/baseData/thing/index.vue
View file @
c3bf5e3d
<
template
>
<BasePage
class=
"min_full"
:config=
"config"
>
<BasePage
:autoQuery=
"false"
class=
"min_full"
:config=
"config"
>
<template
#
dialog=
"ctx"
>
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</
template
>
...
...
@@ -7,15 +7,31 @@
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<!--
<el-button
@
click=
"demo(ctx.basePage)"
size=
'mini'
type=
"primary"
>
示例按钮
</el-button>
-->
</
template
>
<
template
#
tablePagerLeft=
"ctx"
>
<div
class=
"tablePagerLeft"
>
<TablePager
:ref=
"'TablePager'"
:operateButtons=
'false'
:app=
'app'
>
</TablePager>
</div>
</
template
>
</BasePage>
</template>
<
script
>
import
Edit
from
'./edit.vue'
import
{
tableMixin
}
from
'common'
export
default
{
mixins
:
[
tableMixin
],
data
(){
return
{
app
:
this
,
tableTitle
:[
{
title
:
"案件编码"
,
field
:
"code"
,
fieldType
:
"upper"
,
width
:
80
},
{
title
:
"案件名称"
,
field
:
"name"
},
],
config
:{
/* 基本配置*/
url
:
'jcsj/gysfl'
,
...
...
@@ -44,24 +60,7 @@
}
]],
/* 默认启停用 */
showqt
:
true
,
// qtUrl:'',
/* 树的支持*/
// hasTree:false,
// treeTitle:'',
// treeDefaultProps: {
// children: 'children',
// label: 'name',
// fatherId: 'pid',
// sonId: 'id',
// rootName: "全部",
// rootId:'root'
// },
// treeQueryParams:{
// },
// treeUrl:''
}
}
...
...
@@ -81,5 +80,9 @@
</
script
>
<
style
>
<
style
lang=
"scss"
>
.tablePagerLeft
{
height
:
100%
;
width
:
200px
;
}
</
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