Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
e349040a
authored
2022-12-26 11:08:05 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:接收报文
1 parent
b2176b3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
src/components/dataDetails/edit-dialog.vue
src/views/sbbwcx/index.vue
src/components/dataDetails/edit-dialog.vue
View file @
e349040
...
...
@@ -3,7 +3,7 @@
<el-dialog
:close-on-click-modal=
"false"
custom-class=
"dialogBox editDialogBox"
:visible
.
sync=
"dialogVisible"
width=
"75%"
>
<div
slot=
"title"
class=
"dialog_title"
ref=
"dialogTitle"
>
<b>
{{
title
}}
</b>
<b>
{{
title
||
'标题'
}}
</b>
</div>
<div
class=
"dialog-from"
>
<el-row>
...
...
src/views/sbbwcx/index.vue
View file @
e349040
...
...
@@ -70,7 +70,6 @@
<dataDetails
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
</div>
</
template
>
<
script
>
// 上报报文查询
// 引入表头数据
...
...
Please
register
or
sign in
to post a comment