This commit is contained in:
yanran200730
2021-12-23 11:19:23 +08:00
parent ca7d06b6a6
commit de1035eb08
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ import List from './components/List'
import Add from './components/Add' import Add from './components/Add'
export default { export default {
label: '广播播发', label: '播发记录',
name: 'AppBroadcast', name: 'AppBroadcast',
props: { props: {
instance: Function, instance: Function,

View File

@@ -1,7 +1,7 @@
<template> <template>
<section class="AppPetitionManage"> <section class="AppPetitionManage">
<ai-list> <ai-list>
<ai-title slot="title" title="广播播发" isShowBottomBorder/> <ai-title slot="title" title="播发记录" isShowBottomBorder/>
<template #content> <template #content>
<ai-search-bar bottomBorder> <ai-search-bar bottomBorder>
<template slot="left"> <template slot="left">

View File

@@ -34,7 +34,7 @@
:size.sync="search.size" :size.sync="search.size"
v-loading="isLoading" v-loading="isLoading"
@getList="getList"> @getList="getList">
<el-table-column slot="options" width="220px" fixed="right" label="操作" align="center"> <el-table-column slot="options" width="180px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<div class="table-options"> <div class="table-options">
<el-button type="text" @click="toDetail(row.id)">详情</el-button> <el-button type="text" @click="toDetail(row.id)">详情</el-button>