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
867392cd
authored
2020-12-04 16:23:36 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
非临时状态的数据无法操作权利人信息
1 parent
4400274d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
867392c
...
...
@@ -17,9 +17,9 @@
<span
class=
"span"
@
click=
"delRow"
>
删除
</span>
</el-col>
<el-col
:span=
"4"
class=
"fr"
v-show=
"qszt!='0'"
>
<span
class=
"noEdit"
@
click=
"addRow"
>
新增
</span>
<span
class=
"noEdit"
@
click=
"changeRow"
>
修改
</span>
<span
class=
"noEdit"
@
click=
"delRow"
>
删除
</span>
<span
class=
"noEdit"
>
新增
</span>
<span
class=
"noEdit"
>
修改
</span>
<span
class=
"noEdit"
>
删除
</span>
</el-col>
</el-row>
</td>
...
...
Please
register
or
sign in
to post a comment