Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-live
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-live
Commits
861a3113
提交
861a3113
authored
4月 25, 2021
作者:
pengxiaohui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复bug
上级
dd6fa490
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
4 行删除
+12
-4
NewPopover.vue
src/pages/calendar/day/components/NewPopover.vue
+1
-1
index.vue
src/pages/meeting/tencent-meeting/index.vue
+8
-2
index.vue
src/pages/system/account/index.vue
+3
-1
没有找到文件。
src/pages/calendar/day/components/NewPopover.vue
浏览文件 @
861a3113
...
...
@@ -38,7 +38,7 @@
<el-input
v-model=
"form.live_subject"
size=
"small"
/>
</el-form-item>
<el-form-item
v-if=
"form.enable_live"
label=
"直播简介"
:required=
"form.enable_live"
prop=
"live_summary"
>
<el-input
type=
"textarea"
v-model=
"form.live_su
bject
"
></el-input>
<el-input
type=
"textarea"
v-model=
"form.live_su
mmary
"
></el-input>
</el-form-item>
<el-form-item
style=
"text-align:center;"
>
<el-button
@
click=
"more"
size=
"mini"
>
更多选项
</el-button>
...
...
src/pages/meeting/tencent-meeting/index.vue
浏览文件 @
861a3113
...
...
@@ -69,7 +69,7 @@
</el-col>
</el-form-item>
<el-form-item
label=
"时区"
required
>
<el-col
:span=
"11"
>
<el-col>
<el-select
style=
"width: 100%"
v-model=
"form.timezone"
placeholder=
"选择时区"
size=
"small"
>
<el-option
label=
"(GMT+8:00)中国标准时间-北京"
value=
"beijing"
/>
</el-select>
...
...
@@ -151,7 +151,7 @@
>
<el-option
:label=
"user.nickname"
:value=
"user.id"
v-for=
"user in userList"
:key=
"user.id"
>
<span
style=
"float: left"
>
{{
user
.
nickname
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px; margin
-left:
10px;"
>
{{
user
.
id
}}
</span>
<span
style=
"float: right; color: #8492a6; font-size: 13px; margin
:0 20px 0
10px;"
>
{{
user
.
id
}}
</span>
</el-option>
</el-select>
</el-col>
...
...
@@ -701,6 +701,7 @@ export default {
}
).
catch
()
}
,
fetchUserList
(
val
)
{
this
.
searchKeywordsCheckMsg
=
''
if
(
!
val
)
return
if
(
this
.
searchType
===
'email'
&&
!
EMAIL_REG
.
test
(
val
))
{
this
.
searchKeywordsCheckMsg
=
'邮箱格式错误'
...
...
@@ -777,6 +778,11 @@ export default {
if
(
res
.
code
===
0
&&
res
.
data
&&
res
.
data
.
status
)
{
operateLog
({
type
:
`修改会议,被修改会议meeting_code:${this.details.meeting_code
}
`
,
user
:
this
.
user
}
)
this
.
$message
.
success
(
'修改腾讯会议成功'
)
console
.
log
(
this
.
details
)
console
.
log
(
params
)
this
.
details
.
subject
=
params
.
subject
this
.
details
.
start_time
=
timeTrans
(
params
.
start_time
)
this
.
details
.
end_time
=
timeTrans
(
params
.
end_time
)
this
.
dialogVisible
=
true
}
else
{
this
.
$message
.
error
(
res
.
message
||
res
.
msg
||
'创建腾讯会议失败'
)
...
...
src/pages/system/account/index.vue
浏览文件 @
861a3113
<
template
>
<div
class=
"account"
>
<h5>
账号管理
<el-button
style=
"float:right;margin:12px 30px 0 0"
size=
"mini"
type=
"primary"
plain
@
click=
"handleAdd"
v-if=
"isSuperAdmin"
>
添加账号
</el-button></h5>
<h5>
账号管理
<el-button
style=
"float:right;margin:12px 30px 0 0"
size=
"mini"
type=
"primary"
plain
@
click=
"handleAdd"
v-if=
"
!
isSuperAdmin"
>
添加账号
</el-button></h5>
<div
class=
"inner"
>
<el-table
:data=
"listData"
style=
"width: 100%"
height=
"calc(100% - 32px)"
v-loading=
"loading"
>
<el-table-column
prop=
"userid"
label=
"ID"
min-width=
"120"
></el-table-column>
...
...
@@ -195,6 +195,8 @@ export default {
}
}).
catch
(()
=>
{})
}
}
else
{
this
.
searchKeywordsCheckMsg
=
''
}
},
fetchAccountList
()
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论