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
92a5ebf8
authored
2023-01-09 08:45:50 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
f4078c97
51bd0d5c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
14 deletions
src/views/system/qtjfjmb/components/editDialog.vue
src/views/system/xttz/xttzdata.js
src/views/system/xttz/xttzviewdata.js
src/views/system/qtjfjmb/components/editDialog.vue
View file @
92a5ebf
...
...
@@ -215,6 +215,7 @@ export default {
type
:
'success'
})
that
.
$emit
(
'input'
,
false
)
that
.
$parent
.
queryClick
();
}
})
},
...
...
src/views/system/xttz/xttzdata.js
View file @
92a5ebf
...
...
@@ -35,13 +35,13 @@ class data extends filter {
return
<
div
class
=
"item-cwnr"
domPropsInnerHTML
=
{
scope
.
row
.
noticeContent
}
><
/div
>
}
},
{
prop
:
"noticeFileName"
,
label
:
"通知附件"
,
render
:
(
h
,
scope
)
=>
{
return
<
div
class
=
"pointer"
onClick
=
{()
=>
{
vm
.
downloadFile
(
scope
.
row
)
}}
>
{
scope
.
row
.
noticeFileName
}
<
/div
>
}
},
//
{
//
prop: "noticeFileName",
//
label: "通知附件",
//
render: (h, scope) => {
//
return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
//
}
//
},
{
label
:
"发布状态"
,
width
:
'80'
,
...
...
src/views/system/xttz/xttzviewdata.js
View file @
92a5ebf
...
...
@@ -35,13 +35,13 @@ class data extends filter {
return
<
div
class
=
"item-cwnr"
domPropsInnerHTML
=
{
scope
.
row
.
noticeContent
}
><
/div
>
}
},
{
prop
:
"noticeFileName"
,
label
:
"通知附件"
,
render
:
(
h
,
scope
)
=>
{
return
<
div
class
=
"pointer"
onClick
=
{()
=>
{
vm
.
downloadFile
(
scope
.
row
)
}}
>
{
scope
.
row
.
noticeFileName
}
<
/div
>
}
},
//
{
//
prop: "noticeFileName",
//
label: "通知附件",
//
render: (h, scope) => {
//
return <div class="pointer" onClick={() => { vm.downloadFile(scope.row) }}>{scope.row.noticeFileName}</div>
//
}
//
},
{
prop
:
"noticePublishTime"
,
label
:
"发布时间"
,
...
...
Please
register
or
sign in
to post a comment