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
4ae33e91
authored
2021-01-25 15:51:45 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
87031b42
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/zd/jzd/index.vue
src/views/zd/jzx/index.vue
src/views/zd/mjftb/index.vue
src/views/zd/jzd/index.vue
View file @
4ae33e9
<
template
>
<div
class=
"main"
>
<div
class=
"button"
>
<el-button
type=
"primary"
@
click=
"oneExit"
:disabled=
"isDisabled"
>
编辑
</el-button>
<el-button
type=
"primary"
@
click=
"save"
:disabled=
"isDisabled"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"oneExit"
:disabled=
"isDisabled"
icon=
"el-icon-edit"
>
编辑
</el-button>
<el-button
type=
"primary"
@
click=
"save"
:disabled=
"isDisabled"
icon=
"iconfont iconbaocun"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"batchExit"
:disabled=
"isDisabled"
>
批量修改
</el-button>
</div>
<div
class=
"table"
>
...
...
src/views/zd/jzx/index.vue
View file @
4ae33e9
<
template
>
<div
class=
"main"
>
<div
class=
"button"
>
<el-button
type=
"primary"
@
click=
"oneExit"
:disabled=
"isDisabled"
>
编辑
</el-button>
<el-button
type=
"primary"
@
click=
"save"
:disabled=
"isDisabled"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"oneExit"
:disabled=
"isDisabled"
icon=
"el-icon-edit"
>
编辑
</el-button>
<el-button
type=
"primary"
@
click=
"save"
:disabled=
"isDisabled"
icon=
"iconfont iconbaocun"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"batchExit"
:disabled=
"isDisabled"
>
批量修改
</el-button>
</div>
<div
class=
"table"
>
...
...
src/views/zd/mjftb/index.vue
View file @
4ae33e9
...
...
@@ -72,7 +72,7 @@
</tr>
</table>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"save"
:disabled=
"isDisabled"
>
保存
</el-button>
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"save"
:disabled=
"isDisabled"
icon=
"iconfont iconbaocun"
>
保存
</el-button>
</div>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment