Commit 29aa6dde by liuchenxi

update: 删除录音设置按钮

parent ac808fea
......@@ -9,7 +9,6 @@
<el-option v-for="(v, i) in telTaskTypeOption" :key="i" :label="v.label" :value="v.value"></el-option>
</el-select>
<el-input v-model="listParams.phoneNumber" class="w200" placeholder="输入号码查询" clearable @change="refresh"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-button v-if="$getButtonLimit($buttonCode.marketingSetCallLog)" :limit-code="$buttonCode.marketingSetCallLog" type="primary" class="fr" @click="$router.push('/calllog/record')">录音设置</el-button>
</div>
<el-table tooltipEffect="light" :data="tableList" style="width:100%">
<el-table-column align="left" width="150" prop="callBeginTime" label="呼叫时间">
......
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