登记调用按钮测试
Showing
3 changed files
with
9 additions
and
6 deletions
... | @@ -193,8 +193,9 @@ | ... | @@ -193,8 +193,9 @@ |
193 | </tbody> | 193 | </tbody> |
194 | </table> | 194 | </table> |
195 | </el-form> | 195 | </el-form> |
196 | <div class="header-button" :style="{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 196 | <div class="header-button" :style="{width:mainBoxWidth+'px'}"> |
197 | <el-button type="primary" class="saveBtn" @click="onSave" :disabled="disabled">保存</el-button> | 197 | <el-button type="primary" class="saveBtn" @click="onSave" :disabled="disabled" |
198 | v-if="$store.state.isWorkFlow && workitemInstanceFlag">保存</el-button> | ||
198 | <el-button type="primary" @click="registerCall">登记调用</el-button> | 199 | <el-button type="primary" @click="registerCall">登记调用</el-button> |
199 | </div> | 200 | </div> |
200 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 201 | <div class="sh-btn" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | ... | ... |
... | @@ -363,8 +363,9 @@ | ... | @@ -363,8 +363,9 @@ |
363 | </td> | 363 | </td> |
364 | </tr> | 364 | </tr> |
365 | </table> | 365 | </table> |
366 | <div class="header-button" :style="{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 366 | <div class="header-button" :style="{width:mainBoxWidth+'px'}"> |
367 | <el-button type="primary" class="saveBtn" @click="updateZDxx" :disabled="disabled" icon="iconfont iconbaocun">保存</el-button> | 367 | <el-button type="primary" class="saveBtn" @click="updateZDxx" :disabled="disabled" icon="iconfont iconbaocun" |
368 | v-if="$store.state.isWorkFlow && workitemInstanceFlag">保存</el-button> | ||
368 | <el-button type="primary" @click="registerCall">登记调用</el-button> | 369 | <el-button type="primary" @click="registerCall">登记调用</el-button> |
369 | </div> | 370 | </div> |
370 | </div> | 371 | </div> | ... | ... |
... | @@ -272,8 +272,9 @@ | ... | @@ -272,8 +272,9 @@ |
272 | </tr> | 272 | </tr> |
273 | 273 | ||
274 | </table> | 274 | </table> |
275 | <div class="header-button" :style="{width:mainBoxWidth+'px'}" v-if="$store.state.isWorkFlow && workitemInstanceFlag"> | 275 | <div class="header-button" :style="{width:mainBoxWidth+'px'}"> |
276 | <el-button type="primary" class="saveBtn" @click="onSave" :disabled="disabled" icon="iconfont iconbaocun">保存</el-button> | 276 | <el-button type="primary" class="saveBtn" @click="onSave" :disabled="disabled" icon="iconfont iconbaocun" |
277 | v-if="$store.state.isWorkFlow && workitemInstanceFlag">保存</el-button> | ||
277 | <el-button type="primary" @click="registerCall">登记调用</el-button> | 278 | <el-button type="primary" @click="registerCall">登记调用</el-button> |
278 | <!-- <el-button type="primary" class="saveBtn" @click="save">保存</el-button> --> | 279 | <!-- <el-button type="primary" class="saveBtn" @click="save">保存</el-button> --> |
279 | </div> | 280 | </div> | ... | ... |
-
Please register or sign in to post a comment