|
@ -148,6 +148,16 @@ |
|
|
label="活动时间" |
|
|
label="活动时间" |
|
|
width="230"> |
|
|
width="230"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="activityTime" |
|
|
|
|
|
header-align="center" |
|
|
|
|
|
align="center" |
|
|
|
|
|
label="来源" |
|
|
|
|
|
width="100"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<span v-if="scope.row.actId">小程序</span> |
|
|
|
|
|
<span v-else>管理平台</span> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
<el-table-column label="操作" |
|
|
<el-table-column label="操作" |
|
|
fixed="right" |
|
|
fixed="right" |
|
@ -161,7 +171,8 @@ |
|
|
style="color:#1C6AFD;text-decoration: underline;" |
|
|
style="color:#1C6AFD;text-decoration: underline;" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
<el-button type="text" |
|
|
<el-button v-if="!scope.row.actId" |
|
|
|
|
|
type="text" |
|
|
style="color:#00A7A9;text-decoration: underline;" |
|
|
style="color:#00A7A9;text-decoration: underline;" |
|
|
size="small" |
|
|
size="small" |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
|
@click="handleEdit(scope.row)">修改</el-button> |
|
@ -199,6 +210,7 @@ |
|
|
@dialogCancle="addFormCancle" |
|
|
@dialogCancle="addFormCancle" |
|
|
@dialogOk="addFormOk"></activitys-form> |
|
|
@dialogOk="addFormOk"></activitys-form> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
<el-dialog :visible.sync="detailShow" |
|
|
<el-dialog :visible.sync="detailShow" |
|
|
:close-on-click-modal="false" |
|
|
:close-on-click-modal="false" |
|
|
:close-on-press-escape="false" |
|
|
:close-on-press-escape="false" |
|
|