|
@@ -145,7 +145,7 @@
|
|
|
<div>
|
|
|
<el-button type="text" @click="lookDetail(scope.row)" v-if="permission('replacementInstrumentActivity/queryPage')">问卷详情</el-button>
|
|
|
<el-button type="text" @click="lookDetail(scope.row, 'answer')" v-if="permission('/reaplceMusicPlayer/answer')">问答详情</el-button>
|
|
|
- <el-button type="text" @click="makeUrl('update', scope.row)" v-if="permission('replacementInstrumentCooperation/update')">修改活动主题</el-button>
|
|
|
+ <el-button type="text" @click="makeUrl('update', scope.row)" v-if="permission('replacementInstrumentCooperation/update')">修改主题</el-button>
|
|
|
<el-button
|
|
|
type="text"
|
|
|
@click="openPay(scope.row)"
|
|
@@ -185,7 +185,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<el-dialog
|
|
|
- :title="makeType == 'create' ? '生成链接' : '修改链接'"
|
|
|
+ :title="makeType == 'create' ? '生成链接' : '修改主题'"
|
|
|
:visible.sync="makeUrlVisible"
|
|
|
width="500px"
|
|
|
v-if="makeUrlVisible"
|
|
@@ -193,7 +193,7 @@
|
|
|
<addUrl ref="addUrl" @close="close" :makeType="makeType" :makeDetail="makeDetail" @getList="getList" />
|
|
|
<div slot="footer">
|
|
|
<el-button @click="makeUrlVisible = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="addurl">{{ makeType == 'create' ? '生成链接' : '修改链接' }}</el-button>
|
|
|
+ <el-button type="primary" @click="addurl">保存</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|