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'
|
import Add from './components/Add'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
label: '广播播发',
|
label: '播发记录',
|
||||||
name: 'AppBroadcast',
|
name: 'AppBroadcast',
|
||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user