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
3ae06245
Commit
3ae06245
authored
Jun 03, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
共享空间调整
parent
1e835746
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
customer.ts
src/configs/customer.ts
+1
-1
Product.vue
src/views/Company/Product.vue
+1
-1
Review.vue
src/views/components/Order/Review.vue
+4
-0
No files found.
src/configs/customer.ts
View file @
3ae06245
...
...
@@ -31,7 +31,7 @@ const ALL_MEMBER_RIGHTS:MemberRights[]=[
{
name
:
'VIP模板'
,
value
:
'no'
,
range
:[
'F'
]},
{
name
:
'创建行程数量'
,
value
:
'无限制'
,
range
:[
'E'
,
'P'
]},
{
name
:
'云盘空间'
,
value
:
'10GB'
,
range
:[
'P'
]},
{
name
:
'企业共享空间'
,
value
:
'50
0
GB'
,
range
:[
'E'
]},
{
name
:
'企业共享空间'
,
value
:
'50GB'
,
range
:[
'E'
]},
{
name
:
'POI图库'
,
value
:
'无限制'
,
range
:[
'E'
,
'P'
]},
{
name
:
'PDF水印'
,
value
:
'可去除'
,
range
:[
'E'
,
'P'
]},
{
name
:
'图片水印'
,
value
:
'可去除'
,
range
:[
'E'
,
'P'
]},
...
...
src/views/Company/Product.vue
View file @
3ae06245
...
...
@@ -109,7 +109,7 @@ import router from "@/router";
const
loading
=
ref
(
false
);
const
products
=
ref
<
any
[]
>
();
const
space
=
ref
<
string
[]
>
([
"
20G"
,
"10
0G"
,
"定制"
]);
const
space
=
ref
<
string
[]
>
([
"
10G"
,
"5
0G"
,
"定制"
]);
const
choosenVersion
=
ref
<
any
>
(
null
);
const
creating
=
ref
(
false
)
const
showPay
=
ref
(
true
)
...
...
src/views/components/Order/Review.vue
View file @
3ae06245
...
...
@@ -123,6 +123,10 @@ const countValue = ref(Date.now() + 1000 * 60 * 30)
if
(
userInfo
.
value
.
it
)
activeVersion
.
value
=
2
rights
.
value
=
activeVersion
.
value
==
1
?
PersonMemberRight
:
EntMemberRight
products
.
value
=
activeVersion
.
value
==
1
?
psnProducts
.
value
:
entProducts
.
value
if
(
products
.
value
&&
products
.
value
.
length
>
0
)
currentProduct
.
value
=
products
.
value
[
0
]
const
changeVersionHandler
=
(
v
:
number
)
=>
{
activeVersion
.
value
=
v
currentProduct
.
value
=
null
...
...
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