Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
07b47dcc
authored
2023-03-27 17:26:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:样式修改
2 parents
24c6ad37
bb6ca1ce
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
280 additions
and
306 deletions
README.md
public/config.json
src/components/LbTable/index.vue
src/layout1/components/Navbar.vue
src/layout1/components/TagsView/index.vue
src/main.js
src/permission.js
src/styles/dialogBox.scss
src/styles/index.scss
src/styles/jgElement-ui.scss
src/styles/jgPublic.scss
src/styles/sbPublic.scss
src/views/jktj/bsxljk/index.vue
src/views/jktj/cgltj/index.vue
src/views/jktj/ywltj/index.vue
src/views/jsbwcx/index.vue
src/views/statistics/css/index.scss
src/views/statistics/dataReceiveQuality/index.vue
src/views/statistics/nullTermRatio/index.vue
src/views/statistics/registerBookQuality/index.vue
src/views/system/components/addTask.vue
src/views/system/dictionaries/components/editDialog.vue
src/views/system/dictionaries/dictionaries.vue
src/views/system/information/base-set.vue
src/views/system/information/index.vue
src/views/system/information/password-edit.vue
src/views/system/menus/edit-dialog.vue
src/views/system/menus/index.vue
src/views/system/roles/edit-dialog.vue
src/views/system/roles/index.vue
src/views/system/roles/roleslistdiglog.vue
src/views/system/timedTask/index.vue
src/views/system/users/edit-dialog.vue
src/views/system/users/index.vue
src/views/system/validationRule/index.vue
README.md
View file @
07b47dc
<!--
*
@Description:
*
@Autor: renchao
*
@LastEditTime: 2023-03-27 1
3:25:25
*
@LastEditTime: 2023-03-27 1
5:43:24
-->
# 安装依赖
npm install
...
...
@@ -22,3 +22,14 @@ npm install --registry=https://registry.npm.taobao.org
## 项目换肤
给html根标签设置一个data-theme属性,然后通过js切换data-theme的属性值,Scss根据此属性来判断使用对应主题变量
## config说明
{
"TITLE": "汉中市数据上报系统",
"THEME": "sb",
"CODE": "BDCJGPT", {"BDCSBPT":上报: "BDCJGPT":监管}
"SERVERAPI": "/bdcsjsb",
"calcHeight": 200, {上报:160 监管:200}
"MANAGEMENTAPI": "http://192.168.2.38:8090/management"
}
\ No newline at end of file
...
...
public/config.json
View file @
07b47dc
{
"TITLE"
:
"汉中市数据上报系统"
,
"THEME"
:
"sb"
,
"CODE"
:
"BDC
JG
PT"
,
"CODE"
:
"BDC
SB
PT"
,
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
160
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
}
...
...
src/components/LbTable/index.vue
View file @
07b47dc
...
...
@@ -139,11 +139,25 @@ export default {
let
_this
=
this
if
(
this
.
heightNum
)
{
_this
.
$nextTick
(()
=>
{
if
(
document
.
querySelector
(
".tags-view-container"
))
{
window
.
addEventListener
(
'resize'
,
()
=>
{
if
(
_this
.
calcHeight
==
230
)
{
_this
.
tableHeight
=
_this
.
calcHeightx
(
192
)
}
else
{
_this
.
tableHeight
=
_this
.
calcHeightx
(
_this
.
calcHeight
)
}
});
if
(
_this
.
calcHeight
==
230
)
{
_this
.
tableHeight
=
_this
.
calcHeightx
(
192
)
}
else
{
_this
.
tableHeight
=
_this
.
calcHeightx
(
_this
.
calcHeight
)
}
}
else
{
window
.
addEventListener
(
'resize'
,
()
=>
{
_this
.
tableHeight
=
_this
.
calcHeightx
(
_this
.
calcHeight
)
});
_this
.
tableHeight
=
_this
.
calcHeightx
(
_this
.
calcHeight
)
}
})
}
else
{
_this
.
tableHeight
=
window
.
innerHeight
-
_this
.
heightNum
...
...
@@ -158,9 +172,15 @@ export default {
calcHeightx
(
value
,
wappered
=
true
)
{
//项目自定义的公共header部分的高度,可忽略
let
header
=
document
.
querySelector
(
".from-clues-header"
).
offsetHeight
;
//value为动态计算table界面高度时,减去的其他空白部分,需自行在调试找到临界值,剩下的就是table表格的高度(包含header+body部分)
value
=
value
==
undefined
?
100
:
value
;
let
res
=
window
.
innerHeight
-
parseInt
(
header
)
-
value
;
if
(
document
.
querySelector
(
".tags-view-container"
))
{
let
tagsView
=
document
.
querySelector
(
".tags-view-container"
).
offsetHeight
;
var
res
=
window
.
innerHeight
-
parseInt
(
header
)
-
value
-
parseInt
(
tagsView
);
}
else
{
var
res
=
window
.
innerHeight
-
parseInt
(
header
)
-
value
;
}
if
(
wappered
)
{
//通过原生方法,获取dom节点的高度------获取element-ui table表格body的元素
let
wapper
=
window
.
document
.
getElementsByClassName
(
'el-table__body-wrapper'
);
...
...
src/layout1/components/Navbar.vue
View file @
07b47dc
...
...
@@ -6,14 +6,12 @@
<h4>
不动产登记上报系统
</h4>
</div>
<div
class=
"right-menu"
>
<el-dropdown
class=
"avatar-container right-menu-item hover-effect"
trigger=
"hover"
>
<div
class=
"user"
>
{{
userName
}}
<span
@
click=
"onCancel"
>
<i
class=
"el-icon-switch-button"
></i>
</span>
</div>
</el-dropdown>
</div>
</div>
</div>
...
...
src/layout1/components/TagsView/index.vue
View file @
07b47dc
...
...
@@ -194,12 +194,12 @@ export default {
@import
"~@/styles/_handle.scss"
;
.tags-view-container
{
height
:
4
0px
;
height
:
5
0px
;
width
:
100%
;
background
:
#fff
;
border-bottom
:
1px
solid
#d8dce5
;
box-sizing
:
border-box
;
padding-top
:
2
px
;
padding-top
:
7
px
;
margin-bottom
:
7px
;
border-radius
:
4px
;
...
...
src/main.js
View file @
07b47dc
...
...
@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-01-16 09:10:12
* @LastEditors: Please set LastEditors
* @LastEditTime: 2023-03-2
3 15:15:02
* @LastEditTime: 2023-03-2
7 16:54:34
* @FilePath: \bdcjg-web\src\main.js
* @Description:
*
...
...
@@ -19,7 +19,6 @@ import mixin from '@/utils/mixin/theme.js'
import
axios
from
'axios'
import
dataV
from
'@jiaminghi/data-view'
;
import
*
as
echarts
from
"echarts"
import
{
startLoadingAddCount
,
endLoadingSubCount
}
from
'./utils/requestLoading'
Vue
.
mixin
(
mixin
)
import
'./directive/vxe-table'
...
...
@@ -68,4 +67,5 @@ axios.get("./config.json")
store
,
render
:
h
=>
h
(
App
)
})
window
.
document
.
documentElement
.
setAttribute
(
"data-theme"
,
'blue'
);
})
\ No newline at end of file
...
...
src/permission.js
View file @
07b47dc
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-03-27 1
4:16:28
* @LastEditTime: 2023-03-27 1
7:26:19
*/
import
Vue
from
'vue'
import
router
from
"./router"
;
...
...
@@ -24,7 +24,6 @@ router.beforeEach(async (to, from, next) => {
localStorage
.
removeItem
(
"token"
);
next
();
}
else
{
window
.
document
.
documentElement
.
setAttribute
(
"data-theme"
,
'blue'
);
let
code
=
Vue
.
prototype
.
BASE_API
.
CODE
//判断token是否存在
const
hasToken
=
localStorage
.
getItem
(
"token"
);
...
...
src/styles/dialogBox.scss
View file @
07b47dc
// .dialogCon {
// background: #031A46;
// -webkit-box-shadow: inset 0px 0px 12px 0px #02d9fd;
// box-shadow: inset 0px 0px 12px 0px #02d9fd;
// border-radius: 0px 2px 2px 2px;
// border: 1px solid #6BC1FC;
// padding: 15px;
// }
...
...
src/styles/index.scss
View file @
07b47dc
@import
'./variables.scss'
;
@import
'./mixin.scss'
;
@import
'./transition.scss'
;
// @import './element-ui.scss';
/* CSS 初始化 */
html
,
...
...
@@ -430,16 +431,6 @@ aside {
border-radius
:
16px
;
color
:
#B06974
;
}
// 弹框中间区域样式
.dialogCon
{
background
:
#031A46
;
box-shadow
:
inset
0px
0px
12px
0px
#02D9FD
;
border-radius
:
0px
2px
2px
2px
;
border
:
1px
solid
#6BC1FC
;
padding
:
15px
;
}
// 通过 入库 样式
.adopt
,
.success
{
...
...
src/styles/jgElement-ui.scss
View file @
07b47dc
...
...
@@ -535,8 +535,12 @@ table td {
// 提示框
.el-message-box
{
background-color
:
#031a46
;
border
:
1px
solid
#5f82c7
;
background
:
#031A46
;
-webkit-box-shadow
:
inset
0px
0px
12px
0px
#02d9fd
;
box-shadow
:
inset
0px
0px
12px
0px
#02d9fd
;
border-radius
:
0px
2px
2px
2px
;
border
:
1px
solid
#6BC1FC
;
padding
:
15px
;
.el-message-box__title
{
color
:
white
;
...
...
src/styles/jgPublic.scss
View file @
07b47dc
...
...
@@ -190,6 +190,21 @@
}
}
.complex-header
{
.el-table--border
th
.el-table__cell
{
border-bottom
:
1px
solid
#458ACF
!
important
;
}
.el-table--border
.el-table__cell
{
border-right
:
1px
solid
#458ACF
!
important
;
}
.el-table--group
,
.el-table--border
{
border
:
1px
solid
#458ACF
!
important
;
}
}
.el-pagination.is-background
.btn-prev
,
.el-pagination.is-background
.btn-next
{
@extend
.bgc
;
...
...
@@ -228,49 +243,6 @@
text-align
:
right
;
}
// 修改弹框样式
.modifydialog
{
.el-dialog__header
{
text-align
:
center
;
margin-bottom
:
10px
;
.el-dialog__title
{
color
:
white
;
}
}
.el-form-item__label
{
color
:
white
;
}
.el-input__inner
{
background-color
:
#07388b
;
}
.el-input__inner
{
background
:
#07388b
;
border-radius
:
2px
;
border
:
1px
solid
#6bc1fc
;
}
.el-textarea__inner
{
background
:
#07388b
;
color
:
#fff
;
}
.el-form-item__label
{
color
:
#fff
;
}
.el-dialog__header
{
text-align
:
center
;
margin-bottom
:
10px
;
.el-dialog__title
{
color
:
white
;
}
}
}
// 角色管理人员菜单配置弹框样式
.roleconfiguration
{
...
...
@@ -1000,6 +972,39 @@
// 人员管理角色管理菜单管理修改新增弹框样式
.PersonnelDialog
{
.el-dialog__header
{
text-align
:
center
;
margin-bottom
:
10px
;
.el-dialog__title
{
color
:
white
;
}
}
.el-form-item__label
{
color
:
white
;
}
.el-input__inner
{
background-color
:
#07388b
;
}
.el-input__inner
{
background
:
#07388b
;
border-radius
:
2px
;
border
:
1px
solid
#6bc1fc
;
}
.el-textarea__inner
{
background
:
#07388b
;
color
:
#fff
;
}
.el-form-item__label
{
color
:
#fff
;
}
.el-dialog__header
{
.dialog_title
{
display
:
-
webkit-box
;
...
...
@@ -1029,4 +1034,72 @@
.selbig
{
width
:
500px
;
}
}
// 弹框中间区域样式
.dialogCon
{
background
:
#031A46
;
box-shadow
:
inset
0px
0px
12px
0px
#02D9FD
;
border-radius
:
0px
2px
2px
2px
;
border
:
1px
solid
#6BC1FC
;
padding
:
15px
;
}
// 修改密码界面样式
.informationpassword
{
margin
:
36px
200px
;
overflow-y
:
auto
;
.form-wrapper
{
padding
:
24px
120px
0px
;
.el-form-item
{
margin-bottom
:
24px
;
.el-form-item__label
{
color
:
#ffffff
;
}
.el-input
.el-input__inner
{
padding
:
0
8px
;
height
:
40px
;
line-height
:
40px
;
border
:
1px
solid
#6bc1fc
;
}
}
}
.bottom-wrapper
{
padding
:
32px
120px
24px
;
text-align
:
center
;
}
}
// 修改基本信息界面样式
.informationbase
{
margin
:
0
.1875rem
1
.0417rem
;
overflow-y
:
auto
;
.form-wrapper
{
padding
:
0px
120px
0px
;
.el-form-item
{
/
deep
/
.el-form-item__label
{
color
:
#ffffff
;
}
::v-deep
.el-input
.el-input__inner
{
padding
:
0
8px
;
height
:
40px
;
line-height
:
40px
;
border
:
1px
solid
#6bc1fc
;
}
}
.el-form-item--small.el-form-item
{
margin-bottom
:
16px
;
}
}
.bottom-wrapper
{
padding
:
0px
120px
0px
;
text-align
:
center
;
}
}
...
...
src/styles/sbPublic.scss
View file @
07b47dc
This diff is collapsed.
Click to expand it.
src/views/jktj/bsxljk/index.vue
View file @
07b47dc
...
...
@@ -4,19 +4,19 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row>
<el-col
:span=
"4"
>
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-form-item
label=
"开始日期"
prop=
"startTime"
class=
"d-flex"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
v-model=
"form.startTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
class=
"d-flex"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
v-model=
"form.endTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"endTimeChange"
></el-date-picker>
...
...
@@ -39,10 +39,10 @@
</div>
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
name
:
"jktj"
,
data
()
{
return
{
...
...
@@ -318,10 +318,10 @@
});
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
.jktjDetail
{
.jktjDetail
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -355,6 +355,6 @@
height
:
100%
;
color
:
#b6b5b5
;
}
}
}
</
style
>
...
...
src/views/jktj/cgltj/index.vue
View file @
07b47dc
...
...
@@ -3,13 +3,13 @@
<div
class=
"jktjDetail form-clues"
>
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"
10
0px"
>
<el-form-item>
<el-form
ref=
"form"
:model=
"form"
label-width=
"
8
0px"
>
<el-form-item
v-if=
"BASE_API.THEME=='jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row>
<el-col
:span=
"4"
>
<el-form-item
label=
"行政区"
>
<el-form-item
label=
"行政区"
class=
"d-flex"
>
<el-select
v-model=
"form.qxdm"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
...
...
@@ -17,14 +17,14 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"开始日期"
prop=
"startTime"
>
<el-form-item
label=
"开始日期"
prop=
"startTime"
class=
"d-flex"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
v-model=
"form.startTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
>
<el-form-item
label=
"结束日期"
prop=
"endTime"
class=
"d-flex"
>
<el-date-picker
type=
"date"
:clearable=
"false"
class=
"width100"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
v-model=
"form.endTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"endTimeChange"
></el-date-picker>
...
...
@@ -47,10 +47,10 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
import
business
from
"@/api/business"
;
export
default
{
import
{
mapGetters
}
from
"vuex"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
import
business
from
"@/api/business"
;
export
default
{
name
:
"jktj"
,
data
()
{
return
{
...
...
@@ -283,10 +283,10 @@
});
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
.jktjDetail
{
.jktjDetail
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -316,5 +316,5 @@
flex
:
1
;
height
:
100%
;
}
}
}
</
style
>
...
...
src/views/jktj/ywltj/index.vue
View file @
07b47dc
...
...
@@ -4,12 +4,12 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row>
<el-col
:span=
"4"
>
<el-form-item
label=
"行政区"
>
<el-form-item
label=
"行政区"
class=
"d-flex"
>
<el-select
v-model=
"form.qxdm"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
...
...
@@ -17,14 +17,14 @@
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"开始日期"
>
<el-form-item
label=
"开始日期"
class=
"d-flex"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
v-model=
"form.startTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"结束日期"
>
<el-form-item
label=
"结束日期"
class=
"d-flex"
>
<el-date-picker
class=
"width100"
:clearable=
"false"
type=
"date"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
v-model=
"form.endTime"
value-format=
"yyyy-MM-dd HH:mm:ss"
@
change=
"endTimeChange"
></el-date-picker>
...
...
@@ -47,10 +47,10 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
name
:
"jktj"
,
data
()
{
return
{
...
...
@@ -211,10 +211,10 @@
});
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
.jktjDetail
{
.jktjDetail
{
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -244,5 +244,5 @@
flex
:
1
;
height
:
100%
;
}
}
}
</
style
>
...
...
src/views/jsbwcx/index.vue
View file @
07b47dc
...
...
@@ -4,7 +4,7 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
src/views/statistics/css/index.scss
View file @
07b47dc
/
deep
/
.el-table--border
th
.el-table__cell
{
border-bottom
:
1px
solid
#458ACF
!
important
;
}
/
deep
/
.el-table--border
.el-table__cell
{
border-right
:
1px
solid
#458ACF
!
important
;
}
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
background-color
:
transparent
!
important
;
}
...
...
@@ -18,8 +10,3 @@
.export-excel-wrapper
{
display
:
inline-block
;
}
\ No newline at end of file
/
deep
/
.el-table--group
,
.el-table--border
{
border
:
1px
solid
#458ACF
!
important
;
}
\ No newline at end of file
...
...
src/views/statistics/dataReceiveQuality/index.vue
View file @
07b47dc
...
...
@@ -4,7 +4,7 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -32,7 +32,7 @@
</el-form>
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
complex-header
"
>
<lb-table
ref=
"table"
:header-cell-style=
"headerStyle1"
:calcHeight=
"200"
:pagination=
"false"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -171,6 +171,7 @@ export default {
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"../css/index.scss"
;
/
deep
/
th
.el-table__cell
{
height
:
0
!important
;
}
...
...
src/views/statistics/nullTermRatio/index.vue
View file @
07b47dc
...
...
@@ -4,7 +4,7 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -33,10 +33,9 @@
</el-form>
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
complex-header
"
>
<lb-table
ref=
"table"
:pagination=
"false"
:calcHeight=
"200"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<down-lb-table
ref=
"table"
v-show=
"false"
:id=
"'mytable'"
:downExcel=
"true"
:pagination=
"false"
:column=
"tableData.columns"
:data=
"tableData.data"
:downTitle=
"downTitle"
>
</down-lb-table>
...
...
src/views/statistics/registerBookQuality/index.vue
View file @
07b47dc
...
...
@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-02-17 16:32:50
* @LastEditors: Please set LastEditors
* @LastEditTime: 2023-03-
15 10:42:2
1
* @LastEditTime: 2023-03-
27 14:58:5
1
* @FilePath: \bdcjg-web\src\views\statistics\registerBookQuality\index.vue
* @Description:
*
...
...
@@ -14,7 +14,7 @@
<!-- 头部搜索 -->
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -42,7 +42,7 @@
</el-form>
</div>
<!-- 列表区域 -->
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
complex-header
"
>
<lb-table
ref=
"table"
:pagination=
"false"
:border=
"true"
:calcHeight=
"200"
:header-cell-style=
"headerStyle"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
src/views/system/components/addTask.vue
View file @
07b47dc
...
...
@@ -42,8 +42,8 @@
</
template
>
<
script
>
import
sjsbTask
from
'@/api/sjsbTask.js'
export
default
{
import
sjsbTask
from
'@/api/sjsbTask.js'
export
default
{
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
taskData
:
{
...
...
@@ -145,33 +145,33 @@ export default {
}
}
}
}
}
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
/
deep
/
.dialogBox
.dialog_title
{
margin-left
:
5px
!important
;
}
//
/
deep
/
.dialogBox
.dialog_title
{
//
margin-left
:
5px
!important
;
//
}
/
deep
/
.el-dialog__headerbtn
{
margin-top
:
-12px
;
}
//
/
deep
/
.el-dialog__headerbtn
{
//
margin-top
:
-12px
;
//
}
.editDialogBox-box
{
margin
:
14px
18px
30px
18px
!important
}
//
.editDialogBox-box
{
//
margin
:
14px
18px
30px
18px
!important
//
}
/
deep
/
.el-form-item__label
{
color
:
#fff
;
}
//
/
deep
/
.el-form-item__label
{
//
color
:
#fff
;
//
}
/
deep
/
.el-form-item
{
color
:
#fff
;
margin-bottom
:
10px
;
}
//
/
deep
/
.el-form-item
{
//
color
:
#fff
;
//
margin-bottom
:
10px
;
//
}
/
deep
/
.el-input__inner
{
background-color
:
transparent
;
border
:
1px
solid
#458ACF
;
}
//
/
deep
/
.el-input__inner
{
//
background-color
:
transparent
;
//
border
:
1px
solid
#458ACF
;
//
}
</
style
>
...
...
src/views/system/dictionaries/components/editDialog.vue
View file @
07b47dc
...
...
@@ -25,15 +25,15 @@
</
template
>
<
script
>
import
{
import
{
getUuid
,
judgeSort
,
realMove
,
findParents
,
removeTreeListItem
,
}
from
"@/utils/operation"
;
import
{
editDictNode
,
getChildDictList
}
from
"@/api/dict"
;
export
default
{
}
from
"@/utils/operation"
;
import
{
editDictNode
,
getChildDictList
}
from
"@/api/dict"
;
export
default
{
props
:
{
value
:
{
type
:
Boolean
,
default
:
false
},
details
:
{
...
...
@@ -355,42 +355,7 @@ export default {
this
.
key
++
;
},
},
};
};
</
script
>
<
style
rel=
"stylesheet/scss"
lang=
"scss"
scoped
>
/
deep
/
.el-radio
{
margin-right
:
5px
!important
;
display
:
flex
;
}
/
deep
/
.el-radio__label
{
display
:
block
;
}
/
deep
/
.el-form-item__label
{
color
:
#fff
;
}
/
deep
/
.el-form-item
{
color
:
#fff
;
margin-bottom
:
10px
;
}
/
deep
/
.el-radio-group
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.editDialogBox-box
{
margin
:
14px
18px
30px
18px
!important
}
.opacity-input
{
/deep/
.el-input__inner
{
background-color
:
transparent
;
border
:
1px
solid
#458ACF
;
}
}
</
style
>
...
...
src/views/system/dictionaries/dictionaries.vue
View file @
07b47dc
...
...
@@ -6,7 +6,7 @@
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
class=
"mb-5"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"字典类型编码"
>
<el-input
v-model=
"ruleForm.dcode"
@
clear=
"queryClick"
clearable
placeholder=
"字典类型编码"
></el-input>
...
...
@@ -36,11 +36,11 @@
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
import
{
getQlxxDictList
,
refreshDictCache
}
from
"@/api/dict.js"
import
{
datas
,
sendThis
}
from
"./dictionaries"
import
editDialog
from
"./components/editDialog.vue"
export
default
{
import
table
from
"@/utils/mixin/table"
import
{
getQlxxDictList
,
refreshDictCache
}
from
"@/api/dict.js"
import
{
datas
,
sendThis
}
from
"./dictionaries"
import
editDialog
from
"./components/editDialog.vue"
export
default
{
name
:
"djbcx"
,
components
:
{
editDialog
...
...
@@ -126,11 +126,11 @@ export default {
this
.
isDialog
=
true
}
}
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
/
deep
/
.dialogBox
.dialog_title
{
/
deep
/
.dialogBox
.dialog_title
{
top
:
0
;
margin-left
:
5px
;
}
}
</
style
>
...
...
src/views/system/information/base-set.vue
View file @
07b47dc
<
template
>
<div
class=
"content"
>
<div
class=
"user-info"
>
<div
class=
"informationbase"
>
<el-form
ref=
"form"
label-width=
"100px"
...
...
@@ -38,7 +37,6 @@
<btn
nativeType=
"cx"
type=
"primary"
@
click=
"updateInfo"
>
更新信息
</btn>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
src/views/system/information/index.vue
View file @
07b47dc
<!--
* @Author: xiaomiao 1158771342@qq.com
* @Date: 2023-03-09 20:54:28
* @LastEditors:
Please set LastEditors
* @LastEditTime: 2023-03-27
09:13:22
* @LastEditors:
xiaomiao 1158771342@qq.com
* @LastEditTime: 2023-03-27
14:26:49
* @FilePath: \上报\bdcjg-web\src\views\system\information\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -10,7 +10,7 @@
<div
class=
"information from-clues"
>
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
label-width=
"100px"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -34,10 +34,10 @@
</div>
</
template
>
<
script
>
import
"@/utils/flexible.js"
;
import
BaseSet
from
"./base-set.vue"
;
import
PasswordEdit
from
"./password-edit.vue"
;
export
default
{
import
"@/utils/flexible.js"
;
import
BaseSet
from
"./base-set.vue"
;
import
PasswordEdit
from
"./password-edit.vue"
;
export
default
{
components
:
{
BaseSet
,
PasswordEdit
,
...
...
@@ -63,35 +63,9 @@ export default {
this
.
isshow
=
false
;
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
.information
{
display
:
flex
;
flex-direction
:
column
;
.btnColRight
{
margin-top
:
10px
;
display
:
flex
;
justify-content
:
center
;
//
background-color
:
cadetblue
;
height
:
30px
;
}
/
deep
/
.content
{
.el-input__inner
{
background
:
none
;
}
.user-info
{
background
:
none
;
}
}
.boxin
{
flex
:
1
;
}
}
</
style
>
</
style
>
...
...
src/views/system/information/password-edit.vue
View file @
07b47dc
<
template
>
<div
class=
"content"
>
<div
class=
"user-info"
>
<div
class=
"informationpassword"
>
<el-form
ref=
"form"
label-width=
"100px"
...
...
@@ -33,7 +32,6 @@
<btn
nativeType=
"cx"
type=
"primary"
@
click=
"updatePassword"
>
确认修改
</btn>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -110,27 +108,4 @@
</
script
>
<
style
scoped
lang=
"scss"
>
.user-info
{
margin
:
36px
200px
;
overflow-y
:
auto
;
.form-wrapper
{
padding
:
24px
120px
0px
;
/deep/.el-form-item
{
margin-bottom
:
24px
;
.el-form-item__label
{
color
:
#ffffff
;
}
.el-input
.el-input__inner
{
padding
:
0
8px
;
height
:
40px
;
line-height
:
40px
;
border
:
1px
solid
#6bc1fc
;
}
}
}
.bottom-wrapper
{
padding
:
32px
120px
24px
;
text-align
:
center
;
}
}
</
style
>
...
...
src/views/system/menus/edit-dialog.vue
View file @
07b47dc
<
template
>
<dialogBox
class=
"
modifydialog
PersonnelDialog"
:isMain=
"true"
width=
"40%"
:title=
"title"
@
closeDialog=
"close"
@
submitForm=
"submitForm"
<dialogBox
class=
"PersonnelDialog"
:isMain=
"true"
width=
"40%"
:title=
"title"
@
closeDialog=
"close"
@
submitForm=
"submitForm"
v-model=
"myValue"
>
<div
class=
"dialogCon"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
>
...
...
@@ -236,35 +236,4 @@
}
</
script
>
<
style
scoped
lang=
"scss"
>
//
.modifydialog
{
//
&-con
{
//
background
:
#031a46
;
//
}
//
/
deep
/
.el-dialog__header
{
//
.dialog_title
{
//
display
:
-webkit-box
;
//
display
:
-ms-flexbox
;
//
display
:
flex
;
//
position
:
relative
;
//
top
:
-8px
;
//
width
:
28%
;
//
height
:
40px
;
//
margin-left
:
28px
;
//
-webkit-box-pack
:
center
;
//
-ms-flex-pack
:
center
;
//
justify-content
:
center
;
//
white-space
:
nowrap
;
//
b
{
//
font-size
:
16px
;
//
}
//
}
//
.el-dialog__headerbtn
{
//
right
:
20px
!important
;
//
top
:
23px
!important
;
//
}
//
}
//
}
</
style
>
...
...
src/views/system/menus/index.vue
View file @
07b47dc
...
...
@@ -2,7 +2,7 @@
<div
class=
"timedTask from-clues"
>
<div
class=
"from-clues-header"
>
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<el-form-item
v-if=
"BASE_API.THEME
==
'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"mb-5"
>
...
...
@@ -11,7 +11,7 @@
<el-input
v-model
.
trim=
"form.menuName"
class=
"width100"
clearable
placeholder=
"菜单名称"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
20
"
class=
"btnColRight"
>
<btn
nativeType=
"cx"
@
click=
"searchQuery"
>
查询
</btn>
<btn
nativeType=
"cx"
@
click=
"handleAdd()"
>
新增菜单
</btn>
</el-col>
...
...
@@ -19,7 +19,7 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
:pagination=
"false"
:column=
"tableData.columns"
:calcHeight=
"
200
"
:data=
"tablelistData"
row-key=
"id"
<lb-table
:pagination=
"false"
:column=
"tableData.columns"
:calcHeight=
"
BASE_API.calcHeight
"
:data=
"tablelistData"
row-key=
"id"
default-expand-all
:tree-props=
"
{ children: 'children', hasChildren: 'hasChildren' }">
</lb-table>
...
...
src/views/system/roles/edit-dialog.vue
View file @
07b47dc
<!-- 新增 & 修改角色 -->
<
template
>
<dialogBox
class=
"
modifydialog
PersonnelDialog"
class=
"PersonnelDialog"
:title=
"title"
:width=
"'567px'"
:isMain=
"true"
...
...
src/views/system/roles/index.vue
View file @
07b47dc
...
...
@@ -11,7 +11,7 @@
<el-input
v-model
.
trim=
"form.rolesName"
class=
"width100"
clearable
placeholder=
"角色名称"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
20
"
class=
"btnColRight"
>
<btn
nativeType=
"cx"
@
click=
"searchQuery"
>
查询
</btn>
<btn
nativeType=
"cx"
@
click=
"handleAddEdit"
>
增加角色
</btn>
</el-col>
...
...
@@ -19,7 +19,7 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
:pagination=
"false"
@
size-change=
"handleSizeChange"
:calcHeight=
"
200
"
<lb-table
:pagination=
"false"
@
size-change=
"handleSizeChange"
:calcHeight=
"
BASE_API.calcHeight
"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"listdata"
:expand-row-keys=
"keyList"
row-key=
"dictid"
>
</lb-table>
...
...
src/views/system/roles/roleslistdiglog.vue
View file @
07b47dc
...
...
@@ -412,6 +412,7 @@
};
</
script
>
<
style
scoped
lang=
"scss"
>
//
@import
"~@/styles/mixin.scss"
;
//
@import
"~@/styles/dialogBox.scss"
;
/
deep
/
.dialogBox
.el-dialog__header
{
height
:
59px
!important
;
}
</
style
>
...
...
src/views/system/timedTask/index.vue
View file @
07b47dc
...
...
@@ -5,7 +5,7 @@
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row>
<el-row
class=
"mb-5"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"搜索标题"
>
<el-input
v-model=
"form.jobName"
placeholder=
"标题"
></el-input>
...
...
@@ -251,5 +251,5 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
//
@import
"~@/styles/mixin.scss"
;
</
style
>
...
...
src/views/system/users/edit-dialog.vue
View file @
07b47dc
<
template
>
<dialogBox
:title=
"title"
:width=
"'867px'"
class=
"
modifydialog
PersonnelDialog"
@
closeDialog=
"close"
:isMain=
"true"
@
submitForm=
"submitForm"
<dialogBox
:title=
"title"
:width=
"'867px'"
class=
"PersonnelDialog"
@
closeDialog=
"close"
:isMain=
"true"
@
submitForm=
"submitForm"
v-model=
"myValue"
>
<div
class=
"dialogCon"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
>
...
...
src/views/system/users/index.vue
View file @
07b47dc
...
...
@@ -5,7 +5,7 @@
<el-form-item
v-if=
"BASE_API.THEME == 'jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row
class=
"m
t-10
"
>
<el-row
class=
"m
b-5
"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"用户名"
prop=
"loginName"
>
<el-input
v-model
.
trim=
"form.loginName"
class=
"width100"
clearable
placeholder=
"用户名"
></el-input>
...
...
@@ -22,7 +22,7 @@
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
3
"
class=
"btnColRight"
>
<el-col
:span=
"
12
"
class=
"btnColRight"
>
<btn
nativeType=
"cx"
@
click=
"getTableList"
>
查询
</btn>
<btn
nativeType=
"cx"
@
click=
"handleAdd"
>
添加人员
</btn>
</el-col>
...
...
@@ -31,7 +31,8 @@
</div>
<div
class=
"from-clues-content"
>
<lb-table
:pagination=
"false"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:calcHeight=
"200"
:data=
"tableData.data"
:expand-row-keys=
"keyList"
row-key=
"dictid"
>
:column=
"tableData.columns"
:calcHeight=
"BASE_API.calcHeight"
:data=
"tableData.data"
:expand-row-keys=
"keyList"
row-key=
"dictid"
>
</lb-table>
</div>
<EditDialog
ref=
"dialogForm"
v-model=
"isDialog"
@
ok=
"reloadTableData"
/>
...
...
src/views/system/validationRule/index.vue
View file @
07b47dc
...
...
@@ -2,7 +2,7 @@
<div
class=
"dictionary-config from-clues"
>
<div
class=
"from-clues-header"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"90px"
>
<el-form-item>
<el-form-item
v-if=
"BASE_API.THEME=='jg'"
>
<Breadcrumb
/>
</el-form-item>
<el-row>
...
...
Please
register
or
sign in
to post a comment