修改报名链接二维码地址
This commit is contained in:
@@ -12,5 +12,5 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas";
|
|||||||
window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview";
|
window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview";
|
||||||
|
|
||||||
// 会议管理报名二维码地址
|
// 会议管理报名二维码地址
|
||||||
window._CONFIG['singUpQRCodeURL'] = 'http://localhost:9000'
|
window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signUpEntrance'
|
||||||
|
|
||||||
|
|||||||
@@ -98,7 +98,8 @@
|
|||||||
class="j-table-force-nowrap">
|
class="j-table-force-nowrap">
|
||||||
|
|
||||||
<template slot="htmlSlot" slot-scope="text,record">
|
<template slot="htmlSlot" slot-scope="text,record">
|
||||||
<div class="primary-color" @click="toAttendance(record)">{{ text }}</div>
|
<j-ellipsis class="primary-color" @click="toAttendance(record)" v-if="text" :value="text" :length="20"></j-ellipsis>
|
||||||
|
<span v-else></span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template slot="text" slot-scope="text">
|
<template slot="text" slot-scope="text">
|
||||||
|
|||||||
Reference in New Issue
Block a user