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
1f639c9c
authored
2023-01-16 16:01:13 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:数据上报
1 parent
bbfbbc89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/sbbwcx/index.vue
src/views/sbbwcx/index.vue
View file @
1f639c9
...
...
@@ -37,7 +37,7 @@
</el-col>
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"业务号"
prop=
"ywh"
>
<el-input
v-model=
"form.ywh"
class=
"width100"
placeholder=
"业务号"
></el-input>
</el-form-item>
...
...
@@ -75,7 +75,7 @@
</div>
<!-- 引入详情组件 -->
<!-- 编辑 -->
<dataDetails
ref=
"editLog"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
<
script
>
...
...
@@ -182,6 +182,7 @@ export default {
label
:
"河南县"
,
},
],
title
:
''
};
},
methods
:
{
...
...
@@ -205,6 +206,7 @@ export default {
handleEscalation
()
{
},
// 详情
handleDetail
(
row
)
{
this
.
title
=
row
.
rectypeName
this
.
$refs
.
editLog
.
isShow
(
row
);
},
},
...
...
Please
register
or
sign in
to post a comment