Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
c2948859
Commit
c2948859
authored
Aug 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文字
parent
7da1a264
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
appletmaterial.vue
src/components/enterprise/material/appletmaterial.vue
+1
-1
imgtextmaterial.vue
src/components/enterprise/material/imgtextmaterial.vue
+1
-1
channelCodeStatistics.vue
src/pages/enterprise/channelCodeStatistics.vue
+1
-1
No files found.
src/components/enterprise/material/appletmaterial.vue
View file @
c2948859
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
</q-icon>
</q-icon>
</q-img>
</q-img>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateByName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateByName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分
钟
:
{{
x
.
MediumGroupName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分
组
:
{{
x
.
MediumGroupName
}}
</div>
</q-card-section>
</q-card-section>
</q-card>
</q-card>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"dataList.length==0"
>
暂无数据
</div>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"dataList.length==0"
>
暂无数据
</div>
...
...
src/components/enterprise/material/imgtextmaterial.vue
View file @
c2948859
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</div>
</div>
</q-img>
</q-img>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateByName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
上传者:
{{
x
.
UpdateByName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分
钟
:
{{
x
.
MediumGroupName
}}
</div>
<div
class=
"onetext"
style=
"margin-top: 5px;"
>
分
组
:
{{
x
.
MediumGroupName
}}
</div>
</q-card-section>
</q-card-section>
</q-card>
</q-card>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"dataList.length==0"
>
暂无数据
</div>
<div
style=
"width: 100%;height: 50px;line-height: 50px;text-align: center;"
v-if=
"dataList.length==0"
>
暂无数据
</div>
...
...
src/pages/enterprise/channelCodeStatistics.vue
View file @
c2948859
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
if
(
this
.
dateList
.
length
==
0
||
this
.
dateList
==
null
)
{
if
(
this
.
dateList
.
length
==
0
||
this
.
dateList
==
null
)
{
//昨天的时间
//昨天的时间
var
day1
=
new
Date
();
var
day1
=
new
Date
();
day1
.
set
Time
(
day1
.
getTime
()
-
24
*
60
*
60
*
1000
);
day1
.
set
Date
(
day1
.
getDate
()
-
6
);
this
.
dateList
.
push
(
day1
.
getFullYear
()
+
"-"
+
(
day1
.
getMonth
()
+
1
)
+
"-"
+
day1
.
getDate
());
this
.
dateList
.
push
(
day1
.
getFullYear
()
+
"-"
+
(
day1
.
getMonth
()
+
1
)
+
"-"
+
day1
.
getDate
());
//今天的时间
//今天的时间
var
day2
=
new
Date
();
var
day2
=
new
Date
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment