@ -598,7 +598,7 @@
</el-tab-pane>
</el-tabs>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="cancel" v-if="optType =='view'">返回</el-button>
<el-button type="primary" @click="submitReportSAP" v-if="optType =='view'">确 定</el-button>
<el-button type="primary" @click="submitReportSAP" v-else>确 定</el-button>
<el-button @click="cancel">取 消</el-button>
</div>