Merge branch 'main' into 'stg'
UI优化调整 See merge request cloud-mediate/mediate-manage-web!118
This commit is contained in:
commit
60dac41ba6
@ -836,7 +836,7 @@ html{
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
// 调解进度 承诺客户、重点客户
|
// 调解进度、进度标签 承诺客户、重点客户
|
||||||
.case-status0{
|
.case-status0{
|
||||||
background-color: #ecf5ff;
|
background-color: #ecf5ff;
|
||||||
border-color: #d9ecff;
|
border-color: #d9ecff;
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
:show-file-list="false"
|
:show-file-list="false"
|
||||||
:http-request="httpRequest">
|
:http-request="httpRequest">
|
||||||
<div class="upload-file">
|
<div class="upload-file">
|
||||||
<i class="el-icon-plus uploader-file-icon"></i>上传模板
|
<i class="el-icon-plus uploader-file-icon"></i>上传文件
|
||||||
</div>
|
</div>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
<!-- <div class="f12 text-center color-text-regular line-height-20">{{uploadName}}</div> -->
|
<!-- <div class="f12 text-center color-text-regular line-height-20">{{uploadName}}</div> -->
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
<!-- {{$util.getTelephoneTypeData(scope.row.linkedSituation).label}} -->
|
<!-- {{$util.getTelephoneTypeData(scope.row.linkedSituation).label}} -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="调解进度" width="140">
|
<el-table-column label="进度标签" width="140">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{scope.row.mediateStatus != null ? materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label : ''}}
|
{{scope.row.mediateStatus != null ? materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label : ''}}
|
||||||
<!-- {{ materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label }} -->
|
<!-- {{ materialTypeOptions.find(item => item.value == scope.row.mediateStatus).label }} -->
|
||||||
|
|||||||
@ -101,9 +101,9 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<div class="flex-row-center align-items-center height-40 mb-24">
|
<div class="flex-row-center align-items-center height-40 mb-24">
|
||||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">调解进度</span>
|
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">进度标签</span>
|
||||||
<el-select v-model="queryParam.mediateRecordStatus"
|
<el-select v-model="queryParam.mediateRecordStatus"
|
||||||
clearable placeholder="请选择调解进度"
|
clearable placeholder="请选择进度标签"
|
||||||
@keydown.enter.native="handleSearch"
|
@keydown.enter.native="handleSearch"
|
||||||
:multiple="true" :multiple-limit="3"
|
:multiple="true" :multiple-limit="3"
|
||||||
class="width100">
|
class="width100">
|
||||||
@ -375,7 +375,7 @@ import { values } from "lodash";
|
|||||||
CaseStatusEnum:[{label:'在办',value:1},{label:'办结',value:2}],
|
CaseStatusEnum:[{label:'在办',value:1},{label:'办结',value:2}],
|
||||||
//分案状态
|
//分案状态
|
||||||
PartCaseStatusEnum:[{label:'待分案',value:false},{label:'已分案',value:true}],
|
PartCaseStatusEnum:[{label:'待分案',value:false},{label:'已分案',value:true}],
|
||||||
//调解进度
|
//进度标签
|
||||||
MediateProgEnum:this.$util.getMediationprogress(),
|
MediateProgEnum:this.$util.getMediationprogress(),
|
||||||
//调解状态
|
//调解状态
|
||||||
MediateStatusEnum:this.$util.getMediationType(),
|
MediateStatusEnum:this.$util.getMediationType(),
|
||||||
|
|||||||
@ -115,9 +115,9 @@
|
|||||||
|
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<div class="flex-row-center align-items-center height-40 mb-24">
|
<div class="flex-row-center align-items-center height-40 mb-24">
|
||||||
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">调解进度</span>
|
<span class="tabs__search-criteria-title flex-shrink-0 pr-16">进度标签</span>
|
||||||
<el-select v-model="queryParam.mediateRecordStatus"
|
<el-select v-model="queryParam.mediateRecordStatus"
|
||||||
clearable placeholder="请选择调解进度"
|
clearable placeholder="请选择进度标签"
|
||||||
@keydown.enter.native="handleSearch"
|
@keydown.enter.native="handleSearch"
|
||||||
:multiple="true" :multiple-limit="3"
|
:multiple="true" :multiple-limit="3"
|
||||||
class="width100">
|
class="width100">
|
||||||
@ -405,7 +405,7 @@ import { values } from "lodash";
|
|||||||
CaseStatusEnum:[{label:'在办',value:1},{label:'办结',value:2}],
|
CaseStatusEnum:[{label:'在办',value:1},{label:'办结',value:2}],
|
||||||
//分案状态
|
//分案状态
|
||||||
PartCaseStatusEnum:[{label:'待分案',value:false},{label:'已分案',value:true}],
|
PartCaseStatusEnum:[{label:'待分案',value:false},{label:'已分案',value:true}],
|
||||||
//调解进度
|
//调解进度、进度标签
|
||||||
MediateProgEnum:this.$util.getMediationprogress(),
|
MediateProgEnum:this.$util.getMediationprogress(),
|
||||||
//调解状态
|
//调解状态
|
||||||
MediateStatusEnum:this.$util.getMediationType(),
|
MediateStatusEnum:this.$util.getMediationType(),
|
||||||
|
|||||||
@ -67,7 +67,7 @@
|
|||||||
placeholder="请输入内容" v-model="mrObj.communicationRemarks" maxlength="100">
|
placeholder="请输入内容" v-model="mrObj.communicationRemarks" maxlength="100">
|
||||||
</el-input>
|
</el-input>
|
||||||
</div>
|
</div>
|
||||||
<span class="f16 f-weight500 mt-8">调解进度</span>
|
<span class="f16 f-weight500 mt-8">进度标签</span>
|
||||||
<div class="mt-8 mr—schedule">
|
<div class="mt-8 mr—schedule">
|
||||||
<span :class="mrObj.mediateStatus == item.value ? 'active':''" v-for="(item,index) in materialTypeOptions" :key="index" @click="mrObj.mediateStatus = item.value">{{item.label}}</span>
|
<span :class="mrObj.mediateStatus == item.value ? 'active':''" v-for="(item,index) in materialTypeOptions" :key="index" @click="mrObj.mediateStatus = item.value">{{item.label}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
// baseURL: projectConfig.netHost,
|
// baseURL: projectConfig.netHost,
|
||||||
// baseURL: 'https://lz.dev.trydotec.com:8416/miniapp',
|
// baseURL: 'https://lz.dev.trydotec.com:8416/miniapp',
|
||||||
timeout: 30000,
|
timeout: 60000,
|
||||||
});
|
});
|
||||||
|
|
||||||
// 请求拦截器
|
// 请求拦截器
|
||||||
|
|||||||
@ -462,7 +462,7 @@ const util = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 调解进度枚举
|
* 调解进度枚举 进度标签
|
||||||
*/
|
*/
|
||||||
getMediationprogress() {
|
getMediationprogress() {
|
||||||
return [
|
return [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user