update 起草组报名字段

This commit is contained in:
danshihao
2024-01-15 23:00:36 +08:00
parent c58213c64e
commit 624772fd82
2 changed files with 5 additions and 4 deletions
@@ -41,7 +41,7 @@
</a-col>
<a-col :span="12">
<label>运行周期</label>
<span> {{ currentDraftTempInfo.convokeNum }}</span>
<span> {{ currentDraftTempInfo.operationCycle }}</span>
</a-col>
</a-row>
@@ -97,7 +97,8 @@ export default {
})
},
async mounted() {
let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=${this.meetingId}`
// let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=${this.$route.query.id}`
let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=1746776208124739585`
this.singUpQRCode = await this.generateQRCode(codeUrl)
},
methods: {
+2 -2
View File
@@ -40,7 +40,7 @@
</a-col>
<a-col :span="12">
<label>运行周期</label>
<span> {{ currentDraftTempInfo.convokeNum }}</span>
<span> {{ currentDraftTempInfo.operationCycle }}</span>
</a-col>
</a-row>
@@ -116,7 +116,7 @@
<a-textarea
placeholder="请输入备注"
:auto-size="{ minRows: 3, maxRows: 6 }"
v-decorator="['remark']"
v-decorator="['remarks']"
:maxLength='200'
@change="e => {e.target.value = (e.target.value + '').trim()}"/>
</a-form-item>