Commit 30b4ef29 authored by 赵茹林's avatar 赵茹林

update

parent a29a4ae8
......@@ -5,7 +5,7 @@
style="margin: 10px 0 0 10px; width: 185px;" :clearable="false"
v-model="search.start_at" value-format="yyyy-MM-dd"
align="right" type="date" placeholder="选择日期"
:picker-options="pickerOptions">
:picker-options="pickerOptions" @change="getData">
</el-date-picker>
<el-tabs v-model="search.team" type="card" class="tabs-refresh" @tab-click="getData">
......
......@@ -72,8 +72,8 @@
</el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<span class="cell-link">聊天记录</span>
<span class="cell-link">录音</span>
<span class="cell-link" v-if="scope.row.chat_count > 0">聊天记录</span>
<span class="cell-link" v-if="scope.row.phone_source_file">录音</span>
</template>
</el-table-column>
</el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment