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
443bf236
authored
2023-09-14 10:54:18 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置登记簿打印字段
1 parent
bac1a803
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
9 deletions
src/views/system/qtjfjmb/components/djbdispositions.vue
src/views/system/qtjfjmb/qtjfjmb.js
src/views/system/qtjfjmb/qtjfjmb.vue
src/views/xxba/components/clxx/dialog/clxxDetailDialog.vue
src/views/system/qtjfjmb/components/djbdispositions.vue
View file @
443bf23
This diff is collapsed.
Click to expand it.
src/views/system/qtjfjmb/qtjfjmb.js
View file @
443bf23
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
4-11 13:53:12
* @LastEditTime: 2023-0
9-14 10:51:36
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -61,11 +61,11 @@ class data extends filter {
},
{
label
:
'操作'
,
width
:
'1
6
0'
,
width
:
'1
3
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
djbdisposition
(
scope
.
row
)
}}
>
配置
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
djbdisposition
(
scope
.
row
)
}}
>
配置
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
editClick
(
scope
.
row
)
}}
>
修改
<
/el-button
>
<
/div
>
)
...
...
src/views/system/qtjfjmb/qtjfjmb.vue
View file @
443bf23
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
8-09 10:09:12
* @LastEditTime: 2023-0
9-14 10:02:08
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -89,8 +89,8 @@
editClick
(
row
)
{
this
.
$popupDialog
(
"其他及附记模板"
,
"system/qtjfjmb/components/editDialog"
,
row
,
'60%'
)
},
djbdisposition
(
row
)
{
this
.
$popupDialog
(
"配置登记簿打印字段"
,
"system/qtjfjmb/components/djbdispositions"
,
row
,
'6
0%'
)
djbdisposition
(
row
)
{
this
.
$popupDialog
(
"配置登记簿打印字段"
,
"system/qtjfjmb/components/djbdispositions"
,
row
,
'7
0%'
)
}
}
}
...
...
src/views/xxba/components/clxx/dialog/clxxDetailDialog.vue
View file @
443bf23
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-1
3 17:08:5
3
* @LastEditTime: 2023-09-1
4 10:12:2
3
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -141,7 +141,6 @@
mounted
()
{
this
.
initSort
()
this
.
tableData
=
_
.
cloneDeep
(
this
.
formData
.
data
)
console
.
log
(
this
.
formData
.
bsmCompany
);
},
beforeDestroy
()
{
if
(
this
.
sortable
)
{
...
...
@@ -185,7 +184,6 @@
* @author: renchao
*/
handleDelete
(
index
,
row
)
{
let
that
=
this
this
.
$confirm
(
'此操作将永久删除该 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
...
...
Please
register
or
sign in
to post a comment