25720
This commit is contained in:
2
packages/2.0.5/AppBroadcast/AppBroadcast.vue
vendored
2
packages/2.0.5/AppBroadcast/AppBroadcast.vue
vendored
@@ -11,7 +11,7 @@ import List from './components/List'
|
||||
import Add from './components/Add'
|
||||
|
||||
export default {
|
||||
label: '广播播发',
|
||||
label: '播发记录',
|
||||
name: 'AppBroadcast',
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="AppPetitionManage">
|
||||
<ai-list>
|
||||
<ai-title slot="title" title="广播播发" isShowBottomBorder/>
|
||||
<ai-title slot="title" title="播发记录" isShowBottomBorder/>
|
||||
<template #content>
|
||||
<ai-search-bar bottomBorder>
|
||||
<template slot="left">
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
:size.sync="search.size"
|
||||
v-loading="isLoading"
|
||||
@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 }">
|
||||
<div class="table-options">
|
||||
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
||||
|
||||
Reference in New Issue
Block a user