Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
0041f961
Commit
0041f961
authored
Nov 01, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
98d499ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
15 deletions
+13
-15
ShareMeDocuments.vue
src/components/administrative/ShareMeDocuments.vue
+0
-1
myShareDocuments.vue
src/components/administrative/myShareDocuments.vue
+13
-14
No files found.
src/components/administrative/ShareMeDocuments.vue
View file @
0041f961
...
@@ -321,7 +321,6 @@
...
@@ -321,7 +321,6 @@
return
(
value
/
(
1024
*
1024
)).
toFixed
(
2
)
+
'G'
return
(
value
/
(
1024
*
1024
)).
toFixed
(
2
)
+
'G'
}
}
}
}
}
}
},
},
methods
:
{
methods
:
{
...
...
src/components/administrative/myShareDocuments.vue
View file @
0041f961
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
</div>
</div>
</td>
</td>
<td>
{{
item
.
shareStatus
==
'1'
?
$t
(
'pub.normalSel'
):
$t
(
'pub.cancelBtn'
)
}}
</td>
<td>
{{
item
.
shareStatus
==
'1'
?
$t
(
'pub.normalSel'
):
$t
(
'pub.cancelBtn'
)
}}
</td>
<td>
{{
item
.
shareType
|
shareTypeFormat
(
item
.
shareType
)
}}
</td>
<td>
{{
shareTypeFormat
(
item
.
shareType
)
}}
</td>
<td>
{{
item
.
createTime
}}
</td>
<td>
{{
item
.
createTime
}}
</td>
<td>
<td>
<el-button-group>
<el-button-group>
...
@@ -424,18 +424,7 @@
...
@@ -424,18 +424,7 @@
}
}
}
}
},
},
shareTypeFormat
(
value
)
{
console
.
log
(
"shareTypes"
,
this
.
shareTypes
);
if
(
value
==
1
)
{
return
this
.
shareTypes
.
t1
}
if
(
value
==
2
)
{
return
this
.
shareTypes
.
t2
}
if
(
value
==
3
)
{
return
this
.
shareTypes
.
t3
}
},
reciveFormat
(
value
)
{
reciveFormat
(
value
)
{
if
(
value
.
shareType
==
1
||
value
.
shareType
==
2
)
{
if
(
value
.
shareType
==
1
||
value
.
shareType
==
2
)
{
if
(
value
.
recive
!=
null
)
{
if
(
value
.
recive
!=
null
)
{
...
@@ -447,7 +436,17 @@
...
@@ -447,7 +436,17 @@
}
}
},
},
methods
:
{
methods
:
{
shareTypeFormat
(
value
)
{
if
(
value
==
1
)
{
return
this
.
shareTypes
.
t1
}
if
(
value
==
2
)
{
return
this
.
shareTypes
.
t2
}
if
(
value
==
3
)
{
return
this
.
shareTypes
.
t3
}
},
// 图片验证码
// 图片验证码
createCode
()
{
createCode
()
{
//先清空验证码的输入
//先清空验证码的输入
...
...
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