Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
ShanghaiGongwei
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
ShanghaiGongwei
Commits
04632820
Commit
04632820
authored
Nov 03, 2022
by
DESKTOP-KM66R2T\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
第五页内容替换
parent
b39b20a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
src/components/page5.vue
+0
-0
src/lang/zh.js
+22
-3
src/store/modules/user.js
+3
-3
No files found.
src/components/page5.vue
View file @
04632820
This diff is collapsed.
Click to expand it.
src/lang/zh.js
View file @
04632820
/*
/*
* @Author: ninglupeng
* @Author: ninglupeng
* @Date: 2022-10-31 14:22:35
* @Date: 2022-10-31 14:22:35
* @LastEditors:
ninglupeng
* @LastEditors:
wsq
* @LastEditTime: 2022-11-03 1
3:17:25
* @LastEditTime: 2022-11-03 1
4:19:52
* @Description:
* @Description:
*/
*/
module
.
exports
=
{
module
.
exports
=
{
...
@@ -62,7 +62,26 @@ module.exports = {
...
@@ -62,7 +62,26 @@ module.exports = {
//第五页
//第五页
"HasOnlineClass"
:
"是否上网课"
,
// 是否上网课
"HasOnlineClass"
:
"是否上网课"
,
// 是否上网课
"purpose"
:
"来沪目的"
,
//来沪目的
"study"
:
'学习'
,
//学习
"workOrNotCovid"
:
"日常工作是否需要接触新冠病"
,
//日常工作是否需要接触新冠病
"thirtyDays"
:
"近两月是否离开过上海"
,
//近两月是否离开过上海
"LeaveShangHai"
:
"回上海天数"
,
//回上海天数
'More30days'
:
'天数不能大于三十天'
,
//天数不能大于三十天
'Day'
:
'天'
,
//天
"normalDate"
:
"未发生异常时间"
,
//未发生异常时间
"unusualDate"
:
"核酸检测异常时间"
,
//核酸检测异常时间
"inHospitalDate"
:
"120转运时间或者入院时间"
,
//120转运时间或者入院时间
"beforeIsolationPoint"
:
"之前隔离点(无隔离点填救护车出发地址)"
,
//之前隔离点(无隔离点填救护车出发地址)
"hasCOVIDVaccine"
:
"是否接种过疫苗"
,
//是否接种过疫苗
"covidVaccine"
:
"接种针数"
,
//接种针数
"needle"
:
"针"
,
//针
"vaccineType"
:
"疫苗公司"
,
//疫苗公司
"othervaccines"
:
"其他疫苗"
,
//其他疫苗
"vaccineDate"
:
"最后一次接种日期"
,
//最后一次接种日期
//第六页
//第六页
...
...
src/store/modules/user.js
View file @
04632820
/*
/*
* @Author: ninglupeng
* @Author: ninglupeng
* @Date: 2022-03-17 15:06:50
* @Date: 2022-03-17 15:06:50
* @LastEditors:
ninglupeng
* @LastEditors:
wsq
* @LastEditTime: 2022-11-0
1 10:27:25
* @LastEditTime: 2022-11-0
3 14:05:23
* @Description:
* @Description:
*/
*/
import
http
from
'@/http/index'
import
http
from
'@/http/index'
...
@@ -13,7 +13,7 @@ const state = {
...
@@ -13,7 +13,7 @@ const state = {
token
:
''
,
token
:
''
,
name
:
''
,
name
:
''
,
userInfo
:
{},
userInfo
:
{},
page
:
6
,
page
:
5
,
}
}
const
mutations
=
{
const
mutations
=
{
...
...
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