Commit b1ed4f06 authored by anxixi's avatar anxixi

活动编辑

parent 4276180d
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
<div style="margin: 40px 0;text-align: center"> <div style="margin: 40px 0;text-align: center">
<el-button v-if="!$route.query.edit" type="primary" @click="subpublishActivity" style="width: 130px">发布</el-button> <el-button v-if="!$route.query.edit" type="primary" @click="subpublishActivity" style="width: 130px">发布</el-button>
<el-button v-if="$route.query.edit" type="primary" @click="editpublishActivity" style="width: 130px">修改</el-button> <el-button v-if="$route.query.edit" type="primary" @click="editpublishActivity" style="width: 130px">修改</el-button>
<el-button v-if="!$route.query.channelId" type="primary" plain @click="getviewActivity" style="width: 130px">预览</el-button> <el-button v-if="!$route.query.channelId&&$route.query.type==2" type="primary" plain @click="getviewActivity" style="width: 130px">预览</el-button>
<el-button @click="$router.go(-1)" style="width: 130px">返回</el-button> <el-button @click="$router.go(-1)" style="width: 130px">返回</el-button>
</div> </div>
</el-tab-pane> </el-tab-pane>
......
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