Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bef6274f
authored
2023-04-12 09:00:20 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:打印模板管理
1 parent
fad6d732
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
src/views/system/dymbgl/dymbgl.js
src/views/system/dymbgl/dymbgl.vue
src/views/system/dymbgl/dymbgl.js
View file @
bef6274
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-12 08:58:29
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -30,14 +35,6 @@ class data extends filter {
prop
:
"tmpname"
,
label
:
"模板名称"
,
},
// {
// prop: "tmpfont",
// label: "模板字体",
// },
// {
// prop: "tmpfontsize",
// label: "模板字体大小",
// },
{
prop
:
"updatetime"
,
label
:
"最近操作时间"
,
...
...
@@ -49,13 +46,10 @@ class data extends filter {
{
label
:
'操作'
,
align
:
'center'
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openEditDialog
(
scope
.
row
)
}}
>
编辑
<
/el-button
>
{
/* <el-button type="text" icon="el-icon-edit-outline" onClick={() => { vm.DesignByPRGData(scope.row) }}>设计</el-button> */
}
{
/* <el-button type="text" icon="el-icon-delete" onClick={() => { vm.removeTemplate(scope.row) }}>删除</el-button> */
}
<
/div
>
)
}
}
...
...
src/views/system/dymbgl/dymbgl.vue
View file @
bef6274
...
...
@@ -13,7 +13,7 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:heightNum=
"2
15
"
:total=
"tableData.total"
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:heightNum=
"2
70
"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
></lb-table>
</div>
...
...
Please
register
or
sign in
to post a comment