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
919ec4ef
authored
2020-10-19 19:53:21 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(jzx):界址线
1 parent
bae7c133
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
src/views/systemZD/jzd/index.vue
src/views/systemZD/jzx/index.vue
src/views/systemZD/jzd/index.vue
View file @
919ec4e
...
...
@@ -196,7 +196,6 @@
},
changeAll
(
e
)
{
if
(
!
e
.
target
.
checked
)
{
console
.
log
(
"11111"
)
this
.
isCheckAll
=
false
;
return
}
...
...
@@ -233,7 +232,7 @@
</
script
>
<
style
scoped
lang=
"less"
>
/
deep
/
.el-input.is-disabled
.el-input__inner
{
color
:
#
60676
4
;
color
:
#
cc121
4
;
}
.main
{
box-sizing
:
border-box
;
...
...
@@ -265,7 +264,7 @@
cursor
:
text
;
}
.plxg
span
{
width
:
300px
;
table
:hover
{
cursor
:
pointer
;
}
</
style
>
...
...
src/views/systemZD/jzx/index.vue
View file @
919ec4e
...
...
@@ -53,7 +53,7 @@
</el-select>
</td>
<td>
<input
type=
"text"
class=
"formInput"
v-model=
"item.sm"
/>
<input
type=
"text"
class=
"formInput"
v-model=
"item.sm"
readonly=
"readonly"
/>
</td>
</tr>
</table>
...
...
@@ -352,7 +352,7 @@
cursor
:
text
;
}
select
[
disabled
=
'false'
]
::-ms-value
{
c
olor
:
#000
;
table
:hover
{
c
ursor
:
pointer
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment