Merge branch 'main' into 'stg'

Main

See merge request cloud-mediate/mediate-manage-web!119
This commit is contained in:
刘翕 2025-03-03 03:06:45 +00:00
commit 8bd2ea6ee6
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,13 +1,13 @@
<template>
<div>
<div class="layout-header-wrap flex-row">
<div class="layou-header-left-box flex-row align-items-center" style="width: 300px;">
<div class="layou-header-left-box flex-row align-items-center" style="width: 400px;">
<div class="flex-row">
<img src="../../../assets/image/header-logo1.png" height="30" alt="">
<span class="f20 color-fff ml-8">金桥云调</span>
</div>
<el-divider direction="vertical"></el-divider>
<span class="f20 color-fff ">互联网民调解</span>
<span class="f20 color-fff ">互联网商事案件调解平台</span>
</div>
<div class="layou-header-left-box flex-row align-items-center">

View File

@ -228,6 +228,7 @@
<el-option label="全部沟通" value=""></el-option>
<el-option label="电话沟通" value="1"></el-option>
<el-option label="视频沟通" value="2"></el-option>
<el-option label="微信沟通" value="3"></el-option>
</el-select>
<span>
<el-button plain icon="el-icon-plus" @click="visiblemediatRecord = true;visiblemediatRecordObj = null">新增沟通记录</el-button>