仲裁员批量审核页面开发,和接口联调

This commit is contained in:
gyj
2024-01-03 17:32:35 +08:00
parent 7dc3c11f06
commit e17dea52b1
7 changed files with 127 additions and 26 deletions
@@ -3,7 +3,8 @@
<!-- 仲裁员批量审核 -->
<el-dialog title="仲裁员批量审核" :visible="caseVisablearBitration" destroy-on-close width="30%" @close="cancel" center>
<div slot="footer" class="dialog-footer">
<el-button type="primary" class="endbutton"><span>确认</span></el-button>
<el-button type="primary" class="endbutton"><span>同 意</span></el-button>
<el-button type="danger" class="endbutton"><span>驳 回</span></el-button>
<el-button class="endbutton" @click="cancel"><span>取 消</span></el-button>
</div>
</el-dialog>