Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
viitto
pptist
Commits
e0e8502f
Commit
e0e8502f
authored
May 20, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
fbc04905
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
aliyun.ts
src/utils/upload/aliyun.ts
+2
-2
Share.vue
src/views/SellTemplate/Share.vue
+1
-1
journeyAdsList.vue
src/views/SellTemplate/components/journeyAdsList.vue
+1
-1
No files found.
src/utils/upload/aliyun.ts
View file @
e0e8502f
class
AliyunUpload
{
static
readonly
REGION
=
'oss-cn-chengdu'
static
readonly
ACCESS_KEY_ID
=
'LTAI
wE7l9dImZSa3
'
static
readonly
ACCESS_KEY_SECRET
=
'
j47Ajn0d0WzUCIX8Biyj3P2r8QDltI
'
static
readonly
ACCESS_KEY_ID
=
'LTAI
5tFgqt1pwnoA35cigYTr
'
static
readonly
ACCESS_KEY_SECRET
=
'
wXPoEqJ7qLdvX9iBluIebhCPSzoemy
'
static
readonly
BUCKET
=
'vt-im-bucket'
static
GetOSS
=
()
=>
{
...
...
src/views/SellTemplate/Share.vue
View file @
e0e8502f
...
...
@@ -69,7 +69,7 @@
</el-table-column>
<el-table-column
label=
"最近修改"
width=
"150"
sortable=
"custom"
prop=
"CreateTime"
>
<
template
#
default=
"scope"
>
{{
formatDateTimeToRead
(
scope
.
row
.
UpdateTime
&&
scope
.
row
.
UpdateTime
!=
''
?
scope
.
row
.
UpdateTime
:
scope
.
row
.
CreateTime
)
}}
{{
scope
.
row
.
FileType
==
0
?
''
:
formatDateTimeToRead
(
scope
.
row
.
UpdateTime
&&
scope
.
row
.
UpdateTime
!=
''
?
scope
.
row
.
UpdateTime
:
scope
.
row
.
CreateTime
)
}}
</
template
>
</el-table-column>
<el-table-column
label=
"分享人"
prop=
"CreateName"
width=
"180"
/>
...
...
src/views/SellTemplate/components/journeyAdsList.vue
View file @
e0e8502f
...
...
@@ -81,7 +81,7 @@
<el-table-column
:label=
"datas.Title"
width=
"150"
sortable=
"custom"
prop=
"CreateTime"
>
<
template
#
default=
"scope"
>
<span
@
click
.
stop=
"scope.row.FileType?OffEdit():editDelete(scope.row,2)"
>
{{
formatDateTimeToRead
(
scope
.
row
.
UpdateTime
&&
scope
.
row
.
UpdateTime
!=
''
?
scope
.
row
.
UpdateTime
:
scope
.
row
.
CreateTime
)
}}
{{
scope
.
row
.
FileType
==
0
?
''
:
formatDateTimeToRead
(
scope
.
row
.
UpdateTime
&&
scope
.
row
.
UpdateTime
!=
''
?
scope
.
row
.
UpdateTime
:
scope
.
row
.
CreateTime
)
}}
</span>
</
template
>
</el-table-column>
...
...
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