Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
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
zhouqian
vue-gjjs
Commits
2a2a4366
Commit
2a2a4366
authored
Dec 20, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
feddb5d3
297189c8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
11 deletions
+10
-11
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-2
c-page.vue
src/components/c-page.vue
+1
-1
Engp.vue
src/views/Business/Ditopn/Engp.vue
+1
-1
index.vue
src/views/Layout/components/TagsView/index.vue
+0
-1
Ccvpan.vue
src/views/Public/Ccvpan.vue
+1
-1
Docpan.vue
src/views/Public/Docpan.vue
+1
-1
Setpan.vue
src/views/Public/Setpan.vue
+3
-3
index.vue
src/views/TaskList/index.vue
+1
-1
No files found.
src/components/FunctionBtn.vue
View file @
2a2a4366
...
...
@@ -125,8 +125,8 @@ export default {
flex-wrap
:
nowrap
;
justify-content
:
space-between
;
align-items
:
flex-start
;
height
:
2
8
px
;
/* margin-bottom:
5
px; */
height
:
2
9
px
;
/* margin-bottom:
1
px; */
}
.m-funcBtn-eContainer
{
order
:
1
;
...
...
src/components/c-page.vue
View file @
2a2a4366
...
...
@@ -4,7 +4,7 @@
<i
class=
"el-icon-location"
style=
"color: #409eff;"
></i>
<span>
{{
title
}}
</span>
</div>
-->
<div
style=
"flex: 1; padding:
3px 10
px; position: relative"
>
<div
style=
"flex: 1; padding:
5px 15
px; position: relative"
>
<slot></slot>
</div>
</div>
...
...
src/views/Business/Ditopn/Engp.vue
View file @
2a2a4366
...
...
@@ -13,7 +13,7 @@
<el-table-column
prop=
"nam"
label=
"Name"
width=
"170px"
>
</el-table-column>
<el-table-column
prop=
"cdtrol"
label=
"Cdt."
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"Cur"
width=
"55px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"Old Amount"
width=
"150px"
>
<el-table-column
prop=
"oldamt"
label=
"Old Amount"
width=
"150px"
fixed=
"right"
>
<!--
<template
slot-scope=
"scope"
>
{{
moneyFormat
(
scope
.
row
.
oldamt
)
}}
</
template
>
-->
...
...
src/views/Layout/components/TagsView/index.vue
View file @
2a2a4366
...
...
@@ -226,7 +226,6 @@ export default {
box-shadow
:
0
1px
3px
0
rgba
(
0
,
0
,
0
,
0.12
),
0
0
3px
0
rgba
(
0
,
0
,
0
,
0.04
);
/* box-sizing: inherit; */
/* padding-top: 5px; */
/* padding-bottom: 5px; */
padding-bottom
:
1px
;
}
...
...
src/views/Public/Ccvpan.vue
View file @
2a2a4366
...
...
@@ -242,7 +242,7 @@
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"Acc Amount"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
"OP"
width=
"75px"
>
<el-table-column
label=
"OP"
width=
"75px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left:0"
type=
"primary"
size=
"small"
@
click=
"onLiaccvDel(scope.$index,scope.row)"
>
Del
</c-button>
...
...
src/views/Public/Docpan.vue
View file @
2a2a4366
...
...
@@ -130,7 +130,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"115px"
>
<el-table-column
label=
"操作"
width=
"115px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"primary"
...
...
src/views/Public/Setpan.vue
View file @
2a2a4366
...
...
@@ -149,7 +149,7 @@
</el-table-column>
<el-table-column
label=
"Amount"
prop=
"amt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<el-button
circle
...
...
@@ -312,7 +312,7 @@
</el-table-column>
<el-table-column
label=
"Fee Amount"
prop=
"amt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<el-button
circle
...
...
@@ -419,7 +419,7 @@
</el-table-column>
<el-table-column
label=
"Rate"
prop=
"rat"
width=
"120px"
>
</el-table-column>
<el-table-column
label=
""
width=
"80px"
>
<el-table-column
label=
""
width=
"80px"
fixed=
"right"
>
<
template
>
<el-button
style=
"margin-left:0"
...
...
src/views/TaskList/index.vue
View file @
2a2a4366
...
...
@@ -58,6 +58,6 @@ export default {
<
style
scoped
>
.eContainer-taskList
{
padding
:
3px
1
0
px
;
padding
:
3px
1
5
px
;
}
</
style
>
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