Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erpapp
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
李苏
erpapp
Commits
67f60ca7
Commit
67f60ca7
authored
Dec 14, 2021
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug erp app部分功能模块流程图的描述信息被压缩,导致出现竖立文字
parent
72b07f8e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
m-steps.vue
components/m-steps/m-steps.vue
+1
-0
cgjhxq.vue
pages/cgjh/cgjhxq.vue
+2
-2
lldspxq.vue
pages/lldsp/lldspxq.vue
+6
-3
allcklc.vue
pages/xsddsp/allcklc.vue
+0
-1
No files found.
components/m-steps/m-steps.vue
View file @
67f60ca7
...
...
@@ -147,6 +147,7 @@
}
.wrapper
{
width
:
100%
!
important
;
position
:
relative
;
padding-left
:
240rpx
;
top
:
-6rpx
;
...
...
pages/cgjh/cgjhxq.vue
View file @
67f60ca7
...
...
@@ -91,7 +91,7 @@
<view
class=
"title"
>
流程
</view>
</view>
<view
class=
"cu-form-group padding-bottom "
>
<view
>
<view
class=
"lccontent"
>
<mSidebar
title=
"进度详情"
>
<view
class=
"row"
>
...
...
@@ -101,7 +101,7 @@
</view>
</mSidebar>
</view>
</view>
</view>
</view>
</view>
...
...
pages/lldsp/lldspxq.vue
View file @
67f60ca7
...
...
@@ -88,7 +88,7 @@
<view
class=
"title"
>
流程
</view>
</view>
<view
class=
"cu-form-group padding-bottom "
>
<view
>
<!--
<view
class=
"cu-timeline "
v-for=
"(item,index) in lc"
:key=
"index"
>
<view
class=
"cu-time"
style=
"width: 80px;"
>
{{
item
.
nodeName
}}
</view>
<view
class=
"cu-item text-gray"
>
...
...
@@ -100,7 +100,7 @@
</view>
</view>
</view>
-->
<view
class=
"lccontent"
>
<view
class=
"lccontent"
>
<mSidebar
title=
"进度详情"
>
<view
class=
"row"
>
<m-steps
:wrapperTitle=
'(item.actionUserName+getAction(item.action))||""'
v-for=
"(item, index) in lc"
:item=
'item'
:key=
"index"
:index=
'index'
:activity=
'activity'
date=
'actionTime'
>
...
...
@@ -109,7 +109,7 @@
</view>
</mSidebar>
</view>
</view>
</view>
</view>
</view>
...
...
@@ -250,6 +250,9 @@
</
script
>
<
style
scoped
>
.lccontent
{
width
:
100%
;
}
*
{
font-size
:
14px
!important
;
}
...
...
pages/xsddsp/allcklc.vue
View file @
67f60ca7
...
...
@@ -178,7 +178,6 @@
}
}
</
script
>
<
style
scoped
>
*
{
font-size
:
14px
!important
;
...
...
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