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
88d6c117
Commit
88d6c117
authored
Dec 19, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 销售 模版
parent
89dc11bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
SellTemplate.vue
src/views/SellTemplate/SellTemplate.vue
+2
-2
index.vue
src/views/SellTemplate/index.vue
+3
-3
index.vue
src/views/components/sellNavs/index.vue
+1
-1
No files found.
src/views/SellTemplate/SellTemplate.vue
View file @
88d6c117
...
...
@@ -14,7 +14,7 @@
<div
style=
"margin-top: 20px;"
>
<div
v-if=
"dataList.length>0"
class=
"column"
>
<div
class=
"row flex-between nowrap sellHeader"
>
<div>
PDF
名称
</div>
<div>
名称
</div>
<div>
创建人
</div>
<div>
更新时间
</div>
<div>
操作
</div>
...
...
@@ -52,7 +52,7 @@
<el-empty
description=
"暂无数据"
/>
</div>
<el-divider
class=
"no-bg q-mt-lg"
v-if=
'queryObj.pageCount == queryObj.pageIndex && !loading'
>
<span
class=
"text-samll
"
style=
"background: #f3f6fb;
padding: 0 10px;color:#a3a3a3"
>
已加载完成所有数据
</span>
<span
class=
"text-samll
bg-white"
style=
"
padding: 0 10px;color:#a3a3a3"
>
已加载完成所有数据
</span>
</el-divider>
<div
style=
"height:40px;"
class=
"q-mt-md no-bg"
background=
"transparent"
v-loading=
"loading"
element-loading-text=
"正在加载中"
></div>
</div>
...
...
src/views/SellTemplate/index.vue
View file @
88d6c117
...
...
@@ -2,11 +2,11 @@
<div
class=
"common-layout"
style=
"background: #f3f6fb;height:100vh;overflow: auto;"
>
<div
style=
"padding: 30px; max-width:1440px; margin:0 auto;height: 100%;"
>
<el-container
class=
"SellTemplate-form bg-white"
>
<el-aside
width=
"200px"
style=
"background: #F5F5F5;"
>
<el-aside
width=
"200px"
>
<sellNavs
/>
</el-aside>
<el-container>
<el-main>
<el-main
class=
"bg-white rounded-bottom rounded-top"
>
<SellTemplate
/>
</el-main>
</el-container>
...
...
@@ -30,7 +30,7 @@
<
style
lang=
"scss"
scoped
>
.SellTemplate-form
{
height
:
100%
;
b
order-radius
:
5px
;
b
ackground
:
none
;
}
</
style
>
\ No newline at end of file
src/views/components/sellNavs/index.vue
View file @
88d6c117
<
template
>
<div
class=
"navs-form"
>
<el-button
class=
"navs-Button"
type=
"primary"
@
click=
"sellAdd(1)"
>
+ 新建
<span
style=
"font-size: 23px;margin-right: 10px;"
>
+
</span>
<span>
新建
</span>
</el-button>
<div
class=
"q-mt-lg"
>
<div
v-for=
"(item,index) in datas.navs"
class=
"q-mb-md"
>
...
...
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