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
f5d618f6
authored
2022-12-30 09:48:06 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:接收报文
1 parent
2f5a0367
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
src/components/business/acceptanceInfo.vue
src/layout1/components/Sidebar/index.vue
src/components/business/acceptanceInfo.vue
View file @
f5d618f
...
...
@@ -8,7 +8,7 @@
要素代码:
<br
/>
<p
class=
"label-detail"
>
(YSDM)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
ysdm
"
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
YSDM
"
:placeholder=
"$store.state.business.Edit ? '' : '要素代码'"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -257,7 +257,7 @@ export default {
data
()
{
return
{
ruleForm
:
{
ysdm
:
''
,
YSDM
:
''
,
YWH
:
''
,
DJDL
:
''
,
DJXL
:
''
,
...
...
src/layout1/components/Sidebar/index.vue
View file @
f5d618f
...
...
@@ -61,11 +61,13 @@ export default {
/
deep
/
.el-submenu__title
:hover
{
background
:
none
;
font-weight
:
700
;
font-size
:
20px
;
}
/
deep
/
.el-menu--horizontal
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
none
;
color
:
#fff
;
font-size
:
20px
;
font-weight
:
700
!important
;
}
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment