Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
6b01054a
Commit
6b01054a
authored
Apr 09, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ting
parent
0d4f08ab
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
+10
-8
filed.vue
components/page/filed.vue
+6
-4
brick.vue
components/page/wall/brick.vue
+0
-0
index.vue
components/page/wall/index.vue
+0
-0
detail.vue
pages/crm/sales/detail.vue
+3
-3
projectList.vue
pages/crm/sales/projectList.vue
+1
-1
No files found.
components/page/filed.vue
View file @
6b01054a
<
template
>
<
template
>
<Col
:span=
"span"
class=
"filed-col"
>
<Col
:span=
"span"
class=
"filed-col"
v-height=
"22"
>
<div
v-text=
"name"
class=
"label"
></div>
<div
v-text=
"name"
class=
"label"
></div>
<p>
<p>
<slot></slot>
<slot></slot>
...
@@ -32,13 +32,14 @@ export default {
...
@@ -32,13 +32,14 @@ export default {
.filed-col {
.filed-col {
max-width: 970px;
max-width: 970px;
border-top: 1px solid #ddd;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-left:
-1px;
margin: 0 0 -1px
-1px;
box-sizing: border-box;
box-sizing: border-box;
// line-height: 70px;
// line-height: 70px;
max-height: 100px;
//
max-height: 100px;
.label {
.label {
// background: #e8eaf1;
//
background: #e8eaf1;
// display: inline-block;
// display: inline-block;
width: 100px;
width: 100px;
text-align: right;
text-align: right;
...
@@ -47,6 +48,7 @@ export default {
...
@@ -47,6 +48,7 @@ export default {
// line-height: 40px;
// line-height: 40px;
float: left;
float: left;
height: inherit;
height: inherit;
// line-height: 100%;
}
}
p {
p {
max-width: 870px;
max-width: 870px;
...
...
components/page/wall/brick.vue
0 → 100644
View file @
6b01054a
components/page/wall/index.vue
0 → 100644
View file @
6b01054a
pages/crm/sales/detail.vue
View file @
6b01054a
...
@@ -3,16 +3,16 @@
...
@@ -3,16 +3,16 @@
<Row>
<Row>
<!--
<Filed
:span=
"12"
:name=
"l('projectId')"
>
{{
entity
.
projectId
}}
</Filed>
<!--
<Filed
:span=
"12"
:name=
"l('projectId')"
>
{{
entity
.
projectId
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('customerId')"
>
{{
entity
.
customerId
}}
</Filed>
-->
<Filed
:span=
"12"
:name=
"l('customerId')"
>
{{
entity
.
customerId
}}
</Filed>
-->
<Filed
:span=
"12"
:name=
"l('userId')"
>
{{
entity
.
userId
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('userId')
+0"
style=
"height: 80px
"
>
{{
entity
.
userId
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('type')"
>
<Filed
:span=
"12"
:name=
"l('type')"
>
<state
code=
"crm.sales.type"
:value=
"entity.type"
/>
<state
code=
"crm.sales.type"
:value=
"entity.type"
/>
</Filed>
</Filed>
<Filed
:span=
"12"
:name=
"l('time')"
>
{{
entity
.
time
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('time')
+1"
style=
"height: 80px
"
>
{{
entity
.
time
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('principal')"
>
{{
entity
.
principal
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('principal')"
>
{{
entity
.
principal
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('status')"
>
<Filed
:span=
"12"
:name=
"l('status')"
>
<state
code=
"crm.sales.status"
:value=
"entity.status"
/>
<state
code=
"crm.sales.status"
:value=
"entity.status"
/>
</Filed>
</Filed>
<Filed
:span=
"12"
:name=
"l('deliverable')"
>
{{
entity
.
deliverable
}}
</Filed>
<Filed
:span=
"12"
:name=
"l('deliverable')"
>
{{
entity
.
deliverable
}}
</Filed>
<Filed
:span=
"24"
:name=
"l('arrange')"
>
{{
entity
.
arrange
}}
</Filed>
<Filed
:span=
"24"
:name=
"l('arrange')"
>
{{
entity
.
arrange
}}
</Filed>
<Filed
:span=
"24"
:name=
"l('notes')"
>
{{
entity
.
notes
}}
</Filed>
<Filed
:span=
"24"
:name=
"l('notes')"
>
{{
entity
.
notes
}}
</Filed>
</Row>
</Row>
...
...
pages/crm/sales/projectList.vue
View file @
6b01054a
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
<Modal
v-model=
"editModal"
title=
"编辑"
footer-hide
>
<Modal
v-model=
"editModal"
title=
"编辑"
footer-hide
>
<Edit
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"addOk"
/>
<Edit
:eid=
"curId"
@
on-close=
"cancel"
@
on-ok=
"addOk"
/>
</Modal>
</Modal>
<Modal
v-model=
"detailModal"
title=
"详情"
footer-hide
>
<Modal
v-model=
"detailModal"
title=
"详情"
footer-hide
width=
"1000px"
>
<Detail
:eid=
"curId"
/>
<Detail
:eid=
"curId"
/>
</Modal>
</Modal>
<Modal
v-model=
"deletelModal"
title=
"删除"
@
on-ok=
"removeOk"
@
on-cancel=
"cancel"
>
<Modal
v-model=
"deletelModal"
title=
"删除"
@
on-ok=
"removeOk"
@
on-cancel=
"cancel"
>
...
...
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