Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
1a681ab3
Commit
1a681ab3
authored
Apr 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
68d22d57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
41 deletions
+49
-41
document.vue
src/pages/administration/document.vue
+49
-41
No files found.
src/pages/administration/document.vue
View file @
1a681ab3
...
...
@@ -173,10 +173,11 @@
</q-card-actions>
</q-card>
</q-dialog>
<el-drawer
title=
""
:visible
.
sync=
"drawer"
size=
"40%"
:with-header=
"false"
>
<q-img
:src=
"NoticeBaseInfo.Image"
spinner-color=
"white"
style=
" width: 100%;height: 120px"
/>
<q-dialog
v-model=
"persistent2"
maximized
full-height
seamless
position=
"right"
>
<q-card
style=
"margin-top:21px;width:800px"
class=
"no-border-radius classinfo_Dialog"
>
<q-img
:src=
"NoticeBaseInfo.Image"
v-if=
"NoticeBaseInfo.Image"
spinner-color=
"white"
style=
" width: 100%;height: 120px"
/>
<div
style=
"padding: 20px"
>
<div
class=
"col-12 g row
"
>
<div
class=
"col-12 g row"
style=
"margin-bottom:10px;
"
>
<div
class=
"col-6"
>
Fr:{{addMsg.From}}
</div>
...
...
@@ -184,15 +185,15 @@
编号:{{nNumber}}
</div>
</div>
<div
class=
"col-12 row
"
>
<div
class=
"col-12 row"
style=
"margin-bottom:10px;
"
>
To:
<span
v-for=
"(item,index) in NInfo.DepartmentList"
:index=
"index"
>
{{item.DeptName}}{{NInfo.DepartmentList.length==index+1?'':'、'}}
</span>
</div>
<div
class=
"col-12 row
"
>
<div
class=
"col-12 row"
style=
"margin-bottom:10px;
"
>
Cc:
<span
v-for=
"(item,index) in NInfo.CopyPeopleList"
:index=
"index"
>
{{item.EmName}}{{NInfo.CopyPeopleList.length==index+1?'':'、'}}
</span>
</div>
<div
class=
"col-12 row
"
>
<div
class=
"col-12 row"
style=
"margin-bottom:10px;
"
>
Time:{{NInfo.UpdateTime}}
</div>
<div
class=
"col-12 row"
style=
"margin-top: 20px"
>
...
...
@@ -216,7 +217,12 @@
</
template
>
</div>
</div>
</el-drawer>
</q-card>
<div
class=
"dialog-out-close"
@
click=
"persistent2=false"
style=
"height:40px !important;border-top-left-radius: 4px !important;border-bottom-left-radius: 4px !important;"
>
<q-icon
name=
"iconfont icon-jujue1"
size=
"26px"
/>
</div>
</q-dialog>
</div>
</template>
...
...
@@ -347,6 +353,7 @@
nNumber
:
null
,
drawer
:
false
,
//显示右侧抽屉
NInfo
:
{},
//详情内容
persistent2
:
false
}
},
...
...
@@ -644,7 +651,8 @@
},
EditConfig
(
id
)
{
this
.
drawer
=
true
;
this
.
persistent2
=
true
;
// this.drawer = true;
this
.
getNInfo
(
id
)
},
setNoticeOtion
(
id
,
type
)
{
...
...
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