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
02520454
authored
2023-05-29 09:58:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:信息查询样式修改
1 parent
27c5c4ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
src/base.js
src/views/qxjr/gbxxcx/index.vue
src/base.js
View file @
0252045
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
3-27 09:53:16
* @LastEditTime: 2023-0
5-29 09:36:27
*/
import
dialogBox
from
'@/components/DialogBox'
import
LbTable
from
'@/components/LbTable'
import
Breadcrumb
from
"@/components/Breadcrumb.vue"
;
// 引入按钮
import
btn
from
'@/components/Button.vue'
import
Popup
from
'@/components/Popup/index'
import
MessageBox
from
'@/components/MessageBox/index.js'
export
default
{
install
:
(
Vue
)
=>
{
...
...
src/views/qxjr/gbxxcx/index.vue
View file @
0252045
<!--
* @Description :接收报文查询
* @Autor : miaofang
* @LastEditTime
: 2023-05-18 13:11:18
* @LastEditTime
: 2023-05-29 09:57:39
-->
<
template
>
<!-- 接收报文查询 -->
<div
class=
"reportLog from-clues"
>
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"
10
0px"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"
9
0px"
>
<Breadcrumb
/>
<el-row
class=
"mb-5"
>
<el-col
:span=
"6"
>
...
...
@@ -22,7 +22,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"查询证件名称"
prop=
"zjmc"
>
<el-form-item
label=
"查询证件名称"
prop=
"zjmc"
label-width=
"110px"
>
<el-input
v-model
.
trim=
"form.zjmc"
clearable
class=
"width100"
placeholder=
"业务流水号"
></el-input>
</el-form-item>
</el-col>
...
...
Please
register
or
sign in
to post a comment