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
6d026244
authored
2021-02-01 14:01:22 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登记调用按钮测试
1 parent
e91d7161
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
src/views/dz/dzxx/index.vue
src/views/zd/zddcb/index.vue
src/views/zrz/zrzxx/index.vue
src/views/dz/dzxx/index.vue
View file @
6d02624
...
...
@@ -193,8 +193,9 @@
</tbody>
</table>
</el-form>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow
&&
workitemInstanceFlag">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"onSave"
:disabled=
"disabled"
>
保存
</el-button>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"onSave"
:disabled=
"disabled"
v-if=
"$store.state.isWorkFlow && workitemInstanceFlag"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"registerCall"
>
登记调用
</el-button>
</div>
<div
class=
"sh-btn"
v-if=
"$store.state.isWorkFlow && workitemInstanceFlag"
>
...
...
src/views/zd/zddcb/index.vue
View file @
6d02624
...
...
@@ -363,8 +363,9 @@
</td>
</tr>
</table>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow
&&
workitemInstanceFlag">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"updateZDxx"
:disabled=
"disabled"
icon=
"iconfont iconbaocun"
>
保存
</el-button>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"updateZDxx"
:disabled=
"disabled"
icon=
"iconfont iconbaocun"
v-if=
"$store.state.isWorkFlow && workitemInstanceFlag"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"registerCall"
>
登记调用
</el-button>
</div>
</div>
...
...
src/views/zrz/zrzxx/index.vue
View file @
6d02624
...
...
@@ -272,8 +272,9 @@
</tr>
</table>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow
&&
workitemInstanceFlag">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"onSave"
:disabled=
"disabled"
icon=
"iconfont iconbaocun"
>
保存
</el-button>
<div
class=
"header-button"
:style=
"
{width:mainBoxWidth+'px'}">
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"onSave"
:disabled=
"disabled"
icon=
"iconfont iconbaocun"
v-if=
"$store.state.isWorkFlow && workitemInstanceFlag"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"registerCall"
>
登记调用
</el-button>
<!--
<el-button
type=
"primary"
class=
"saveBtn"
@
click=
"save"
>
保存
</el-button>
-->
</div>
...
...
Please
register
or
sign in
to post a comment