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
4a2f76eb
Commit
4a2f76eb
authored
Oct 27, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1c49bbc6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1189 additions
and
0 deletions
+1189
-0
clientProtocol.vue
src/components/clientProtocol.vue
+783
-0
discountProtocol.vue
src/components/discountProtocol.vue
+398
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/clientProtocol.vue
0 → 100644
View file @
4a2f76eb
This diff is collapsed.
Click to expand it.
src/components/discountProtocol.vue
0 → 100644
View file @
4a2f76eb
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
4a2f76eb
...
...
@@ -5894,6 +5894,14 @@ export default {
title
:
'日本线电子合同'
}
},
{
path
:
'/discountProtocol'
,
//价格保密协议
name
:
'discountProtocol'
,
component
:
resolve
=>
require
([
'@/components/discountProtocol'
],
resolve
),
meta
:
{
title
:
'日本线电子合同'
}
},
{
path
:
'/SingleContract'
,
//单项合同
name
:
'SingleContract'
,
...
...
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