Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
6924a7f8
Commit
6924a7f8
authored
Dec 01, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
32e8f6e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
11 deletions
+39
-11
permission.js
ruoyi-ui/src/permission.js
+5
-0
index.js
ruoyi-ui/src/router/index.js
+4
-1
index.vue
ruoyi-ui/src/views/system/ycsb/index.vue
+30
-10
No files found.
ruoyi-ui/src/permission.js
View file @
6924a7f8
...
@@ -11,6 +11,11 @@ NProgress.configure({ showSpinner: false })
...
@@ -11,6 +11,11 @@ NProgress.configure({ showSpinner: false })
const
whiteList
=
[
'/login'
,
'/auth-redirect'
,
'/bind'
,
'/register'
,
'/kfInfoAdd'
]
const
whiteList
=
[
'/login'
,
'/auth-redirect'
,
'/bind'
,
'/register'
,
'/kfInfoAdd'
]
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
if
(
to
.
meta
.
browserTitle
)
{
document
.
title
=
to
.
meta
.
browserTitle
}
else
{
document
.
title
=
'高新区数据管理系统'
//此处写默认的title
}
NProgress
.
start
()
NProgress
.
start
()
if
(
getToken
())
{
if
(
getToken
())
{
to
.
meta
.
title
&&
store
.
dispatch
(
'settings/setTitle'
,
to
.
meta
.
title
)
to
.
meta
.
title
&&
store
.
dispatch
(
'settings/setTitle'
,
to
.
meta
.
title
)
...
...
ruoyi-ui/src/router/index.js
View file @
6924a7f8
...
@@ -49,7 +49,10 @@ export const constantRoutes = [
...
@@ -49,7 +49,10 @@ export const constantRoutes = [
{
{
path
:
'/kfInfoAdd'
,
path
:
'/kfInfoAdd'
,
component
:
()
=>
import
(
'@/views/kfInfoAdd'
),
component
:
()
=>
import
(
'@/views/kfInfoAdd'
),
hidden
:
true
hidden
:
true
,
meta
:
{
browserTitle
:
'抗原异常信息填报'
}
},
},
{
{
path
:
'/register'
,
path
:
'/register'
,
...
...
ruoyi-ui/src/views/system/ycsb/index.vue
View file @
6924a7f8
...
@@ -252,6 +252,14 @@
...
@@ -252,6 +252,14 @@
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
/el-row
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"抗原结果"
prop
=
"kyResult"
>
<
el
-
radio
-
group
v
-
model
=
"form.kyResult"
>
<
el
-
radio
:
label
=
"'0'"
>
异常
<
/el-radio
>
<
el
-
radio
:
label
=
"'1'"
>
正常
<
/el-radio
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否做核酸"
prop
=
"hasAcid"
>
<
el
-
form
-
item
label
=
"是否做核酸"
prop
=
"hasAcid"
>
<
el
-
radio
-
group
v
-
model
=
"form.hasAcid"
>
<
el
-
radio
-
group
v
-
model
=
"form.hasAcid"
>
...
@@ -260,18 +268,20 @@
...
@@ -260,18 +268,20 @@
<
/el-radio-group
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"身份证号码"
prop
=
"cardNo"
>
<
el
-
form
-
item
label
=
"身份证号码"
prop
=
"cardNo"
>
<
el
-
input
v
-
model
=
"form.cardNo"
placeholder
=
"请输入身份证号码"
/>
<
el
-
input
v
-
model
=
"form.cardNo"
placeholder
=
"请输入身份证号码"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"联系方式"
prop
=
"phone"
>
<
el
-
form
-
item
label
=
"联系方式"
prop
=
"phone"
>
<
el
-
input
v
-
model
=
"form.phone"
placeholder
=
"请输入联系方式"
/>
<
el
-
input
v
-
model
=
"form.phone"
placeholder
=
"请输入联系方式"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"居住地所在区"
prop
=
"area"
>
<
el
-
form
-
item
label
=
"居住地所在区"
prop
=
"area"
>
<
el
-
select
style
=
"width: 100%"
v
-
model
=
"form.area"
placeholder
=
"请选择居住地所在区"
@
change
=
"quSelect"
>
<
el
-
select
style
=
"width: 100%"
v
-
model
=
"form.area"
placeholder
=
"请选择居住地所在区"
@
change
=
"quSelect"
>
...
@@ -284,8 +294,6 @@
...
@@ -284,8 +294,6 @@
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
<
el
-
form
-
item
label
=
"街道/镇"
label
=
"街道/镇"
...
@@ -304,6 +312,8 @@
...
@@ -304,6 +312,8 @@
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
<
el
-
form
-
item
label
=
"居委会"
label
=
"居委会"
...
@@ -322,8 +332,6 @@
...
@@ -322,8 +332,6 @@
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
<
el
-
form
-
item
label
=
"小区/村名称"
label
=
"小区/村名称"
...
@@ -342,31 +350,41 @@
...
@@ -342,31 +350,41 @@
<
/el-select
>
<
/el-select
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"楼号"
prop
=
"building"
>
<
el
-
form
-
item
label
=
"楼号"
prop
=
"building"
>
<
el
-
input
v
-
model
=
"form.building"
maxlength
=
"30"
show
-
word
-
limit
placeholder
=
"请输入楼号"
/>
<
el
-
input
v
-
model
=
"form.building"
maxlength
=
"30"
show
-
word
-
limit
placeholder
=
"请输入楼号"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"单元号"
prop
=
"unit"
>
<
el
-
form
-
item
label
=
"单元号"
prop
=
"unit"
>
<
el
-
input
v
-
model
=
"form.unit"
maxlength
=
"4"
show
-
word
-
limit
placeholder
=
"请输入单元号"
/>
<
el
-
input
v
-
model
=
"form.unit"
maxlength
=
"4"
show
-
word
-
limit
placeholder
=
"请输入单元号"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"门牌号"
prop
=
"house"
>
<
el
-
form
-
item
label
=
"门牌号"
prop
=
"house"
>
<
el
-
input
v
-
model
=
"form.house"
maxlength
=
"4"
show
-
word
-
limit
placeholder
=
"请输入门牌号"
/>
<
el
-
input
v
-
model
=
"form.house"
maxlength
=
"4"
show
-
word
-
limit
placeholder
=
"请输入门牌号"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"家庭现住址"
prop
=
"address"
>
<
el
-
form
-
item
label
=
"家庭现住址"
prop
=
"address"
>
<
el
-
input
v
-
model
=
"form.address"
maxlength
=
"80"
show
-
word
-
limit
placeholder
=
"请输入家庭现住址"
/>
<
el
-
input
v
-
model
=
"form.address"
maxlength
=
"80"
show
-
word
-
limit
placeholder
=
"请输入家庭现住址"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否已处理"
prop
=
"isHandle"
>
<
el
-
radio
-
group
v
-
model
=
"form.isHandle"
>
<
el
-
radio
:
label
=
"'0'"
>
已处理
<
/el-radio
>
<
el
-
radio
:
label
=
"'1'"
>
未处理
<
/el-radio
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"24"
>
<
el
-
col
:
span
=
"24"
>
<
el
-
form
-
item
label
=
"备注"
prop
=
"remark"
>
<
el
-
form
-
item
label
=
"备注"
prop
=
"remark"
>
...
@@ -949,6 +967,7 @@ export default {
...
@@ -949,6 +967,7 @@ export default {
cardNo
:
null
,
cardNo
:
null
,
phone
:
null
,
phone
:
null
,
address
:
null
,
address
:
null
,
isHandle
:
'0'
,
area
:
null
,
area
:
null
,
committee
:
null
,
committee
:
null
,
street
:
null
,
street
:
null
,
...
@@ -957,6 +976,7 @@ export default {
...
@@ -957,6 +976,7 @@ export default {
community
:
null
,
community
:
null
,
unit
:
null
,
unit
:
null
,
hasAcid
:
null
,
hasAcid
:
null
,
kyResult
:
'0'
,
status
:
"0"
,
status
:
"0"
,
delFlag
:
null
,
delFlag
:
null
,
createBy
:
null
,
createBy
:
null
,
...
...
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