Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
c2433178
authored
2024-03-29 09:37:25 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改税务按钮显隐
1 parent
3ae8d5ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/workflow/main/swxx/index.vue
src/views/workflow/main/swxx/index.vue
View file @
c243317
...
...
@@ -66,7 +66,7 @@
<div
class=
"slxx_title title-block"
>
<el-row>
<el-col
:span=
"24"
>
房屋合同信息
<el-button
type=
"primary"
@
click=
"handleContract"
>
查询房屋交易合同
</el-button>
</el-col>
<el-button
type=
"primary"
v-show=
"viewEdit"
@
click=
"handleContract"
>
查询房屋交易合同
</el-button>
</el-col>
<!--
<el-col
:span=
"4"
class=
"btnColRight"
>
</el-col>
-->
...
...
@@ -183,7 +183,7 @@
<div
class=
"slxx_title title-block"
>
<el-row>
<el-col
:span=
"24"
>
缴税信息
<el-button
type=
"primary"
@
click=
"handleSwwsxx"
>
查询契税完税信息
</el-button></el-col>
<el-col
:span=
"24"
>
缴税信息
<el-button
type=
"primary"
v-show=
"viewEdit"
@
click=
"handleSwwsxx"
>
查询契税完税信息
</el-button></el-col>
</el-row>
<div
class=
"triangle"
></div>
</div>
...
...
Please
register
or
sign in
to post a comment