Commit e86674a0 authored by anxixi's avatar anxixi

红包问题修改

parent 6dfed760
......@@ -2125,6 +2125,7 @@ module.exports = {
directscan:'Direct scan',
statistics:'Statistics',
participated:'Participated',
maximumlimit:'Maximum file size',
},
//直播
......
......@@ -2221,6 +2221,7 @@ module.exports = {
directscan:'直接扫描',
statistics:'统计',
participated:'已参与',
maximumlimit:'最大限制',
},
//直播
......
......@@ -168,7 +168,14 @@
this.isOther = true;
})
},
watch: {
'$route': function () {
globalMsg.$off('maidianfunc');
globalMsg.$on("maidianfunc",(data)=>{
this.maiDianFunc(data);
})
}
},
beforeRouteEnter(to, from, next) {
next(vm=>{ // 这里的vm指的就是vue实例,可以用来当做this使用
vm.pathfrom =from.fullPath;
......
......@@ -362,7 +362,7 @@
<el-row :gutter="20" style="margin: 0 30px">
<div style="border: 1px solid #C8CBE0;background: #F2F2F2">
<p style="font-size: 14px;border-bottom: 1px solid #C8CBE0;padding: 15px 0 15px 20px;font-weight: bold;color: #565B79">{{$t('pubactivities.findquestionbank')}}</p>
<el-input v-model="modelexpert" style="padding: 15px;border-bottom: 1px solid #C8CBE0;" class="input-with-select">
<el-input v-model="modelexpert" :placeholder="$t('commonTitle.searchOne')" style="padding: 15px;border-bottom: 1px solid #C8CBE0;" class="input-with-select">
<el-button slot="append" @click="searchexpert" icon="el-icon-search"></el-button>
</el-input>
<el-table :data="searchexpertlist" class="tabledialog">
......@@ -433,8 +433,8 @@
</div>
<el-button @click="addvalue" v-if="contactsform.fieldType == 0 || contactsform.fieldType == 1" type="primary" plain style="width: 100px;height: 40px;margin-top: 25px">{{$t('pubactivities.addone')}}</el-button>
</el-form-item>
<el-form-item v-if="contactsform.fieldType == 10" label="最大限制:" style="padding-bottom: 30px;">
<el-input @input="numberarr(4)" type="number" style="width:370px;" v-model="contactsform.fieldLength" placeholder="请输入"></el-input>M
<el-form-item v-if="contactsform.fieldType == 10" :label="$t('pubactivities.maximumlimit')+':'" style="padding-bottom: 30px;">
<el-input @input="numberarr(4)" type="number" style="width:370px;" v-model="contactsform.fieldLength" :placeholder="$t('activityInfo.enterTitle')"></el-input>M
</el-form-item>
</el-form>
<el-row style="padding-top: 20px;border-top: 1px solid #E4E6F2;text-align: center">
......
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