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