Commit 429c7242 authored by zhengke's avatar zhengke

增加防重复提交禁用

parent fcc7f3b2
...@@ -25,11 +25,6 @@ ...@@ -25,11 +25,6 @@
padding-left: 20px; padding-left: 20px;
} }
.comTextdisClick {
background-color: #d1d1d1;
color: #fff;
border: 1px solid #d1d1d1;
}
.addHandBook{ .addHandBook{
margin-right: 5px; margin-right: 5px;
color: seagreen; color: seagreen;
...@@ -39,6 +34,17 @@ ...@@ -39,6 +34,17 @@
.addHandBookDIS{ .addHandBookDIS{
visibility: visible!important; visibility: visible!important;
} }
.disClick {
background-color: #d1d1d1;
color: #fff;
border: 1px solid #d1d1d1;
}
.disClick:hover {
background-color: #d1d1d1 !important;
cursor: default !important;
box-shadow: none !important;
}
</style> </style>
<template> <template>
<div> <div>
...@@ -122,8 +128,8 @@ ...@@ -122,8 +128,8 @@
<tfoot> <tfoot>
<tr> <tr>
<td colspan="6"> <td colspan="6">
<input type="button" class="normalBtn" :class="{'comTextdisClick':isSave}" @click="SaveData()" value="保存" /> <input type="button" class="normalBtn" :class="{'disClick':isSave}" @click="SaveData()" value="保存" />
<input type="button" class="normalBtn" :class="{'comTextdisClick':isSave}" @click="DownLoadFile()" <input type="button" class="normalBtn" :class="{'disClick':isSave}" @click="DownLoadFile()"
value="下载" /> value="下载" />
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment