update 起草组报名字段
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user