案件管理页面调整
This commit is contained in:
parent
6d1ed2ace3
commit
ec0cd0d84e
@ -362,6 +362,10 @@ html{
|
||||
.ml-4{
|
||||
margin-left: 4px;
|
||||
}
|
||||
.mb-4{
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mt-8{
|
||||
margin-top: $size8;
|
||||
}
|
||||
|
||||
@ -248,7 +248,7 @@
|
||||
<a class="case-status4" v-if="scope.row.caseStatus == 2">办结</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex-row justify-content-between table-span-one">
|
||||
<div class="flex-row justify-content-between table-span-one mb-4">
|
||||
<span class="">
|
||||
<p>案件号:</p>
|
||||
<p class="color-000">{{ scope.row.caseNo }}</p>
|
||||
@ -278,7 +278,7 @@
|
||||
<el-button size="mini" v-if="CreateuserId == scope.row.createBy*1" class="case-btn" @click="handleDelete(scope)">删除</el-button>
|
||||
</span>
|
||||
</div>
|
||||
<div class="flex-row justify-content-between case-bg">
|
||||
<!-- <div class="flex-row justify-content-between case-bg">
|
||||
<span class="cursor-pointer" @click="CaseTraceDialog = {activeName:'1',title:'短信发送记录',caseNo:scope.row.caseNo,caseId:scope.row.id}">
|
||||
<p>短信</p>
|
||||
<p class="color-000"><a class="color-274ea4">成功{{scope.row.statistics.sms.success}}</a>/发送{{scope.row.statistics.sms.total}}</p>
|
||||
@ -311,10 +311,6 @@
|
||||
<p>还款凭证</p>
|
||||
<p class="color-000"><a class="color-274ea4">已填{{scope.row.statistics.proof}}</a></p>
|
||||
</span>
|
||||
</div>
|
||||
<!-- <div class="flex-row justify-content-end">
|
||||
<span><el-button size="mini" class="case-btn" @click="handleEdit(scope)">查看详情</el-button></span>
|
||||
<span><el-button size="mini" class="case-btn" @click="handleDelete(scope)">删除</el-button></span>
|
||||
</div> -->
|
||||
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user