Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
a5648d62
提交
a5648d62
编写于
3月 16, 2021
作者:
haochangdi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
去掉修改的时间
上级
dc1051f0
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
8 行增加
和
8 行删除
+8
-8
activity-management.vue
src/views/activitymanagement/activity-management.vue
+2
-2
video-manage.vue
src/views/shortvideo/video-manage.vue
+4
-4
yq-range.vue
src/views/yqrange/yq-range.vue
+2
-2
未找到文件。
src/views/activitymanagement/activity-management.vue
浏览文件 @
a5648d62
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
<el-table-column
prop=
"createdName"
label=
"创建者"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createdName"
label=
"创建者"
align=
"center"
></el-table-column>
<el-table-column
prop=
"modifiedName"
label=
"最后修改"
align=
"center"
></el-table-column>
<el-table-column
prop=
"modifiedName"
label=
"最后修改"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createdTime"
label=
"创建时间"
min-width=
"100"
align=
"center"
>
<el-table-column
prop=
"createdTime"
label=
"创建时间"
min-width=
"100"
align=
"center"
>
<
!--
<
template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
</
template
>
-->
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"status"
label=
"状态"
align=
"center"
>
<el-table-column
prop=
"status"
label=
"状态"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/shortvideo/video-manage.vue
浏览文件 @
a5648d62
...
@@ -70,9 +70,9 @@
...
@@ -70,9 +70,9 @@
<el-table-column
prop=
"circleName"
label=
"圈子名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"circleName"
label=
"圈子名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"desc"
label=
"视频描述"
align=
"center"
min-width=
"150"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"desc"
label=
"视频描述"
align=
"center"
min-width=
"150"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"createdTime"
label=
"上传时间"
align=
"center"
>
<el-table-column
prop=
"createdTime"
label=
"上传时间"
align=
"center"
>
<
!--
<
template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
</
template
>
-->
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"publisherName"
label=
"发布者"
align=
"center"
></el-table-column>
<el-table-column
prop=
"publisherName"
label=
"发布者"
align=
"center"
></el-table-column>
<el-table-column
prop=
"publisherAddress"
label=
"所在省市"
align=
"center"
min-width=
"100"
show-overflow-tooltip
></el-table-column>
<el-table-column
prop=
"publisherAddress"
label=
"所在省市"
align=
"center"
min-width=
"100"
show-overflow-tooltip
></el-table-column>
...
@@ -82,9 +82,9 @@
...
@@ -82,9 +82,9 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"modifiedTime"
label=
"更新时间"
align=
"center"
>
<el-table-column
prop=
"modifiedTime"
label=
"更新时间"
align=
"center"
>
<
!-- <
template slot-scope="scope">
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
modifiedTime
|
liveDateFilter
}}
</span>
<span>
{{
scope
.
row
.
modifiedTime
|
liveDateFilter
}}
</span>
</template>
-->
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"reviserName"
label=
"最后修改人"
align=
"center"
></el-table-column>
<el-table-column
prop=
"reviserName"
label=
"最后修改人"
align=
"center"
></el-table-column>
<el-table-column
label=
"操作"
min-width=
"200"
align=
"center"
>
<el-table-column
label=
"操作"
min-width=
"200"
align=
"center"
>
...
...
src/views/yqrange/yq-range.vue
浏览文件 @
a5648d62
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
<el-table
:data=
"tableData"
class=
"item-table"
style=
"width: 100%;margin-top: 10px;"
>
<el-table
:data=
"tableData"
class=
"item-table"
style=
"width: 100%;margin-top: 10px;"
>
<el-table-column
prop=
"id"
label=
"圈子ID"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"id"
label=
"圈子ID"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"createdTime"
label=
"创建时间"
min-width=
"100"
align=
"center"
>
<el-table-column
prop=
"createdTime"
label=
"创建时间"
min-width=
"100"
align=
"center"
>
<
!--
<
template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
<span>
{{
scope
.
row
.
createdTime
|
liveDateFilter
}}
</span>
</
template
>
-->
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"name"
label=
"圈子名称"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"圈子名称"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"numberOfPeople"
label=
"圈子人数"
min-width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"numberOfPeople"
label=
"圈子人数"
min-width=
"100"
align=
"center"
></el-table-column>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录