案件详情,归档详情,仲裁申请书展示,流程信息展示下一步操作角色

This commit is contained in:
gyj
2023-12-05 18:04:41 +08:00
parent 9f8abe402b
commit 9f74eaea1b
4 changed files with 28 additions and 4 deletions
@@ -583,6 +583,15 @@
@click="generateForm1()"
>新增被申请人主体信息</el-button
> -->
<div>
<div style="display: inline-flex">
<div class="infoIcon"></div>
<div class="caseInfo2">仲裁申请书:</div>
</div>
<div v-for="item in caseAttachList" :key ="item.annexId" v-if="item.annexType==1" style="margin-top:-25px;margin-left:100px;">
<el-link target="_blank" type="primary" :href="fileURL+item.annexPath">{{item.annexName}}</el-link>
</div>
</div>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
<el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
@@ -609,6 +618,7 @@ export default {
],
data() {
return {
fileURL: window.location.origin + "/API",
formData: this.form,
filedata: {
annexType: 2,