mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
no message
This commit is contained in:
parent
2b8e642aad
commit
dbee06179c
@ -336,6 +336,7 @@ export default {
|
||||
type: 'join',
|
||||
name: this.msgData.msg.name,
|
||||
meetingid: this.msgData.msg.meetingid,
|
||||
meetingdisabled: true,
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<Input v-model="addData.name" disabled/>
|
||||
</FormItem>
|
||||
<FormItem prop="meetingid" :label="$L('会议频道ID')">
|
||||
<Input v-model="addData.meetingid" :placeholder="$L('请输入会议频道ID')"/>
|
||||
<Input v-model="addData.meetingid" :disabled="addData.meetingdisabled === true" :placeholder="$L('请输入会议频道ID')"/>
|
||||
</FormItem>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
@ -32,7 +32,7 @@ body {
|
||||
z-index: 2;
|
||||
.taskfont {
|
||||
color: #ff0000;
|
||||
font-size: 22px;
|
||||
font-size: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user