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
ed28c7ac
Commit
ed28c7ac
authored
Oct 10, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litopn ui改造
parent
5f352094
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
113 additions
and
95 deletions
+113
-95
common.css
src/assets/css/common.css
+18
-5
Content.vue
src/components/Content.vue
+1
-1
FunctionBtn.vue
src/components/FunctionBtn.vue
+2
-2
index.vue
src/views/Business/Bopsel/index.vue
+1
-1
index.vue
src/views/Business/Infbed/index.vue
+3
-3
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+1
-1
Detp.vue
src/views/Business/Litopn/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Litopn/Ovwp.vue
+2
-2
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+1
-1
index.vue
src/views/Business/Sptrou/index.vue
+3
-3
index.vue
src/views/Business/index.vue
+6
-3
index.vue
src/views/TaskList/index.vue
+74
-72
No files found.
src/assets/css/common.css
View file @
ed28c7ac
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
.el-tabs
.el-tabs__content
{
.el-tabs
.el-tabs__content
{
/* background: #fff; */
/* background: #fff; */
padding
:
10px
;
/* padding: 10px; */
}
}
.el-tabs--card
>
.el-tabs__header
.el-tabs__item
{
.el-tabs--card
>
.el-tabs__header
.el-tabs__item
{
...
@@ -153,6 +153,10 @@
...
@@ -153,6 +153,10 @@
margin-bottom
:
-2px
;
margin-bottom
:
-2px
;
}
}
.el-form-item__label
{
padding
:
0
20px
0
0
;
}
.el-form-item--small
.el-form-item__label
{
.el-form-item--small
.el-form-item__label
{
font-size
:
var
(
--normalfont
);
font-size
:
var
(
--normalfont
);
height
:
var
(
--lineheight
);
height
:
var
(
--lineheight
);
...
@@ -161,8 +165,8 @@
...
@@ -161,8 +165,8 @@
.el-form-item--mini.el-form-item
,
.el-form-item--mini.el-form-item
,
.el-form-item--small.el-form-item
{
.el-form-item--small.el-form-item
{
margin-bottom
:
12
px
;
margin-bottom
:
20
px
;
margin-top
:
20px
;
/* margin-top: 20px; */
}
}
.el-input--small
.el-input__inner
{
.el-input--small
.el-input__inner
{
...
@@ -374,14 +378,22 @@
...
@@ -374,14 +378,22 @@
}
}
.el-collapse
.el-collapse-item__wrap
{
.el-collapse
.el-collapse-item__wrap
{
background-color
:
var
(
--bgcolor
);
/* background-color: var(--bgcolor); */
}
}
.el-collapse-item__header
{
.el-collapse-item__header
{
background-color
:
var
(
--bgcolor
);
/* background-color: var(--bgcolor); */
}
}
.el-collapse-item__header.is-active
{
.el-collapse-item__header.is-active
{
font-size
:
15px
;
font-size
:
15px
;
font-weight
:
bold
;
font-weight
:
bold
;
}
.col-left
{
padding-right
:
20px
;
}
.col-right
{
padding-left
:
20px
;
}
}
\ No newline at end of file
src/components/Content.vue
View file @
ed28c7ac
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
height
:
{
height
:
{
type
:
Number
,
type
:
Number
,
require
:
false
,
require
:
false
,
default
:
2
5
0
default
:
2
4
0
}
}
},
},
data
()
{
data
()
{
...
...
src/components/FunctionBtn.vue
View file @
ed28c7ac
...
@@ -133,7 +133,7 @@ export default {
...
@@ -133,7 +133,7 @@ export default {
flex-wrap
:
nowrap
;
flex-wrap
:
nowrap
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
flex-start
;
align-items
:
flex-start
;
height
:
24px
;
/* height: 24px; */
text-align
:
center
;
text-align
:
center
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
...
@@ -152,7 +152,7 @@ export default {
...
@@ -152,7 +152,7 @@ export default {
margin
:
0px
10px
0px
0px
;
margin
:
0px
10px
0px
0px
;
}
}
.m-funcBtn-eContainer
.el-button--default
{
.m-funcBtn-eContainer
.el-button--default
{
background-image
:
linear-gradient
(
#fff
,
#dedede
);
/* background-image: linear-gradient(#fff,#dedede); */
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
}
}
.m-funcBtn-eContainer
.el-button--primary
{
.m-funcBtn-eContainer
.el-button--primary
{
...
...
src/views/Business/Bopsel/index.vue
View file @
ed28c7ac
...
@@ -121,6 +121,6 @@ export default {
...
@@ -121,6 +121,6 @@ export default {
<
style
>
<
style
>
.el-tabs
.el-tabs__content
{
.el-tabs
.el-tabs__content
{
/* background: #fff; */
/* background: #fff; */
padding
:
5px
;
/* padding: 5px; */
}
}
</
style
>
</
style
>
src/views/Business/Infbed/index.vue
View file @
ed28c7ac
...
@@ -184,7 +184,7 @@ export default {
...
@@ -184,7 +184,7 @@ export default {
</
script
>
</
script
>
<
style
>
<
style
>
.infbedTab
.el-tabs__content
{
.infbedTab
.el-tabs__content
{
padding
:
10px
0
10px
0
;
/* padding: 10px 0 10px 0; */
}
}
.infbedTab
.infrow
{
.infbedTab
.infrow
{
...
@@ -201,6 +201,6 @@ export default {
...
@@ -201,6 +201,6 @@ export default {
background-color
:
#f7faff
;
background-color
:
#f7faff
;
}
}
.eContainer
{
.eContainer
{
padding
:
0px
15px
3px
;
/* padding: 0px 15px 3px; */
}
}
</
style
>
</
style
>
src/views/Business/Inflid/Infsea.vue
View file @
ed28c7ac
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
<template
v-slot=
"searchSlot"
>
<el-form
<el-form
...
...
src/views/Business/Litopn/Detp.vue
View file @
ed28c7ac
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<!-- ========================左边======================== -->
<!-- ========================左边======================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
...
src/views/Business/Litopn/Ovwp.vue
View file @
ed28c7ac
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<el-collapse-item
title=
"概要"
name=
"1"
>
<el-collapse-item
title=
"概要"
name=
"1"
>
<!-- ======================= 左 ========================= -->
<!-- ======================= 左 ========================= -->
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px;
"
>
<el-col
:spam=
"24"
>
<el-col
:spam=
"24"
>
<el-form-item
<el-form-item
label=
"信用证编号"
label=
"信用证编号"
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
</c-col>
</c-col>
<!-- ======================右边====================== -->
<!-- ======================右边====================== -->
<c-col
:span=
"1
1"
:offset=
"1
"
>
<c-col
:span=
"1
2"
style=
"padding-left: 20px;
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"简略信息"
prop=
"lidgrp.rec.nam"
>
<el-form-item
label=
"简略信息"
prop=
"lidgrp.rec.nam"
>
<c-input
<c-input
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
ed28c7ac
<
template
>
<
template
>
<div
class=
"eibs
-tab
"
>
<div
class=
"eibs"
>
<!-- ================= 左 ================== -->
<!-- ================= 左 ================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
...
src/views/Business/Sptrou/index.vue
View file @
ed28c7ac
...
@@ -138,8 +138,8 @@ export default {
...
@@ -138,8 +138,8 @@ export default {
}
}
</
script
>
</
script
>
<
style
>
<
style
>
.m-Btn-eContainer
{
/*
.m-Btn-eContainer {
display
:
flex
;
/*flex布局*/
display: flex;
flex-direction: row;
flex-direction: row;
flex-wrap: nowrap;
flex-wrap: nowrap;
justify-content: space-between;
justify-content: space-between;
...
@@ -160,5 +160,5 @@ export default {
...
@@ -160,5 +160,5 @@ export default {
}
}
.m-funcBtn-eContainer .el-button--primary {
.m-funcBtn-eContainer .el-button--primary {
border: 1px solid #0D4FBD;
border: 1px solid #0D4FBD;
}
}
*/
</
style
>
</
style
>
src/views/Business/index.vue
View file @
ed28c7ac
...
@@ -38,12 +38,15 @@ export default {
...
@@ -38,12 +38,15 @@ export default {
#business_container
{
#business_container
{
flex
:
1
;
flex
:
1
;
width
:
85%
;
width
:
85%
;
margin
:
40px
auto
0
;
margin
:
0
auto
;
padding-top
:
40px
;
background-color
:
#ffffff
;
box-shadow
:
0
1px
3px
0
rgb
(
0
0
0
/
12%
),
0
0
3px
0
rgb
(
0
0
0
/
4%
);
}
}
#business_container
.eibs-tab
{
#business_container
.eibs-tab
{
padding
:
0
15
px
;
padding
:
40
px
;
}
}
#business_container
.eibs-tab
::after
{
#business_container
.eibs
::after
,
#business_container
.eibs
-tab
::after
{
content
:
""
;
content
:
""
;
display
:
block
;
display
:
block
;
clear
:
both
;
clear
:
both
;
...
...
src/views/TaskList/index.vue
View file @
ed28c7ac
<
template
>
<
template
>
<div
class=
"eContainer-taskList"
>
<c-page
title=
"任务列表"
>
<c-tabs
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<div
class=
"eContainer-taskList"
>
<el-tab-pane
label=
"待经办列表"
name=
"sptsel"
>
<c-tabs
:value=
"tabVal"
type=
"card"
@
tab-click=
"tabClick"
>
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
<el-tab-pane
label=
"待经办列表"
name=
"sptsel"
>
<span
slot=
"label"
>
<!--
<c-table
:columnsConfig=
"tableColumns"
:list=
"tableData"
></c-table>
-->
待经办列表
<span
slot=
"label"
>
<el-badge
待经办列表
v-if=
"$store.state.Status.taskList.sptsel > 0"
<el-badge
:value=
"$store.state.Status.taskList.sptsel"
v-if=
"$store.state.Status.taskList.sptsel > 0"
:max=
"99"
:value=
"$store.state.Status.taskList.sptsel"
/>
:max=
"99"
</span>
/>
<c-content
:height=
"180"
>
</span>
<t-sptsel
/>
<c-content>
</c-content>
<t-sptsel
/>
</el-tab-pane>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"待复核列表"
name=
"trnrel"
>
<el-tab-pane
label=
"待复核列表"
name=
"trnrel"
>
<span
slot=
"label"
>
<span
slot=
"label"
>
待复核列表
待复核列表
<el-badge
<el-badge
v-if=
"$store.state.Status.taskList.trnrel > 0"
v-if=
"$store.state.Status.taskList.trnrel > 0"
:value=
"$store.state.Status.taskList.trnrel"
:value=
"$store.state.Status.taskList.trnrel"
:max=
"99"
:max=
"99"
/>
/>
</span>
</span>
<c-content
:height=
"180"
>
<c-content
>
<t-trnrel
/>
<t-trnrel
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"已完成列表"
name=
"trnfnd"
>
<el-tab-pane
label=
"已完成列表"
name=
"trnfnd"
>
<c-content
:height=
"180"
>
<c-content>
<t-trnfnd
/>
<t-trnfnd
/>
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"待申报列表"
name=
"bopsel"
>
<el-tab-pane
label=
"待申报列表"
name=
"bopsel"
>
<t-bopsel
/>
<t-bopsel
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"草稿箱"
name=
"sptbrk"
>
<el-tab-pane
label=
"草稿箱"
name=
"sptbrk"
>
<span
slot=
"label"
>
<span
slot=
"label"
>
草稿箱
草稿箱
<el-badge
<el-badge
v-if=
"$store.state.Status.taskList.sptbrk > 0"
v-if=
"$store.state.Status.taskList.sptbrk > 0"
:value=
"$store.state.Status.taskList.sptbrk"
:value=
"$store.state.Status.taskList.sptbrk"
:max=
"99"
:max=
"99"
/>
/>
</span>
</span>
<t-sptbrk
/>
<t-sptbrk
/>
</el-tab-pane>
</el-tab-pane>
<el-tab-pane
label=
"到期提示"
name=
"diasel"
>
<el-tab-pane
label=
"到期提示"
name=
"diasel"
>
<span
slot=
"label"
>
<span
slot=
"label"
>
到期提示
到期提示
<el-badge
<el-badge
v-if=
"$store.state.Status.taskList.diasel > 0"
v-if=
"$store.state.Status.taskList.diasel > 0"
:value=
"$store.state.Status.taskList.diasel"
:value=
"$store.state.Status.taskList.diasel"
:max=
"99"
:max=
"99"
/>
/>
</span>
</span>
<c-content
:height=
"180"
>
<c-content>
<t-diasel
/>
<t-diasel
/>
</c-content>
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
label=
"数据对比"
name=
"compare"
>
<span
slot=
"label"
>
数据对比
</span>
<c-content
:height=
"180"
>
<t-compare
/>
</c-content>
</el-tab-pane>
</el-tab-pane>
-->
<!--
</c-tabs>
<el-tab-pane
label=
"数据对比"
name=
"compare"
>
</div>
<span
slot=
"label"
>
数据对比
</span>
<c-content>
<t-compare
/>
</c-content>
</el-tab-pane>
-->
</c-tabs>
</div>
</c-page>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
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