Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-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
253c47fb
authored
2023-11-23 16:16:36 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:区县接入
2 parents
c15a34a1
5a21fb10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/jsbwcx/index.vue
src/views/jsbwcx/index.vue
View file @
253c47f
<!--
* @Description :接收报文查询
* @Autor : miaofang
* @LastEditTime: 2023-
06-08 14:15:38
* @LastEditTime: 2023-
11-23 16:16:20
-->
<
template
>
<!-- 接收报文查询 -->
...
...
@@ -84,11 +84,11 @@
<el-form-item
class=
"d-flex"
>
<btn
nativeType=
"cz"
@
click=
"resetForm"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"handleSearch"
>
查询
</btn>
<el-upload
ref=
"upload"
style=
"display:inline-block;margin-left: 10px"
action=
""
:auto-upload=
"false"
<
!--
<
el-upload
ref=
"upload"
style=
"display:inline-block;margin-left: 10px"
action=
""
:auto-upload=
"false"
:limit=
"1"
accept=
".xml"
:show-file-list=
"false"
:file-list=
"fileList"
:before-upload=
"uploadRecord"
:on-change=
"fileChange"
>
<btn
nativeType=
"cx"
>
xml导入
</btn>
</el-upload>
</el-upload>
-->
</el-form-item>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment