Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
fb5911e2
authored
2021-01-06 15:34:15 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
8a97608e
835b9b25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
src/components/plh/plH.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/components/plh/plH.vue
View file @
fb5911e
...
...
@@ -429,16 +429,18 @@
];
let
flag
=
true
;
this
.
rules
.
forEach
(
item
=>
{
if
(
!
item
.
rule
.
test
(
+
item
.
data
)
||
item
.
data
==
null
){
if
(
item
.
dom
.
$el
){
item
.
dom
.
$el
.
style
.
border
=
'1px solid red'
;
item
.
dom
.
$el
.
style
.
boxSizing
=
'border-box'
;
}
else
{
item
.
dom
.
style
.
border
=
'1px solid red'
;
item
.
dom
.
style
.
boxSizing
=
'border-box'
;
if
(
item
.
data
!==
""
){
if
(
!
item
.
rule
.
test
(
+
item
.
data
)
||
item
.
data
==
null
){
if
(
item
.
dom
.
$el
){
item
.
dom
.
$el
.
style
.
border
=
'1px solid red'
;
item
.
dom
.
$el
.
style
.
boxSizing
=
'border-box'
;
}
else
{
item
.
dom
.
style
.
border
=
'1px solid red'
;
item
.
dom
.
style
.
boxSizing
=
'border-box'
;
}
flag
=
false
;
return
false
}
flag
=
false
;
return
false
}
})
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
fb5911e
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment