Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
b376ace6
Commit
b376ace6
authored
Oct 22, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报价单
parent
6056e844
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1583 additions
and
3412 deletions
+1583
-3412
AppMain.vue
src/layout/components/AppMain.vue
+3
-3
index.vue
src/views/ecw/customer/index.vue
+400
-1094
query.vue
src/views/ecw/customer/query.vue
+407
-722
index.vue
src/views/ecw/myCustomerService/index.vue
+253
-642
edit.vue
src/views/ecw/offer/edit.vue
+520
-951
No files found.
src/layout/components/AppMain.vue
View file @
b376ace6
...
...
@@ -10,7 +10,7 @@
<
script
>
export
default
{
name
:
'
AppMain
'
,
name
:
"
AppMain
"
,
computed
:
{
cachedViews
()
{
return
this
.
$store
.
state
.
tagsView
.
cachedViews
...
...
@@ -31,7 +31,7 @@ export default {
overflow
:
hidden
;
}
.fixed-header
+
.app-main
{
.fixed-header
+
.app-main
{
padding-top
:
50px
;
}
...
...
@@ -41,7 +41,7 @@ export default {
min-height
:
calc
(
100vh
-
84px
);
}
.fixed-header
+
.app-main
{
.fixed-header
+
.app-main
{
padding-top
:
84px
;
}
}
...
...
src/views/ecw/customer/index.vue
View file @
b376ace6
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/query.vue
View file @
b376ace6
This diff is collapsed.
Click to expand it.
src/views/ecw/myCustomerService/index.vue
View file @
b376ace6
This diff is collapsed.
Click to expand it.
src/views/ecw/offer/edit.vue
View file @
b376ace6
This diff is collapsed.
Click to expand it.
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