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
5fa6c62a
Commit
5fa6c62a
authored
May 07, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式部统一问题
parent
e524f116
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
6 deletions
+28
-6
src/components/page5.vue
+3
-1
src/components/page6.vue
+22
-2
vue.config.js
+3
-3
No files found.
src/components/page5.vue
View file @
5fa6c62a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2022-0
4-20 17:15:02
* @LastEditTime: 2022-0
5-06 21:33:47
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -255,6 +255,7 @@
...
@@ -255,6 +255,7 @@
<van-field
<van-field
v-if=
"hasCOVIDVaccine == '是'"
v-if=
"hasCOVIDVaccine == '是'"
label-width=
"130px"
colon
colon
clearable
clearable
name=
"vaccineType"
name=
"vaccineType"
...
@@ -287,6 +288,7 @@
...
@@ -287,6 +288,7 @@
</van-field>
</van-field>
<van-field
<van-field
label-width=
"130px"
colon
colon
v-if=
"vaccineType.includes('其他')"
v-if=
"vaccineType.includes('其他')"
clearable
clearable
...
...
src/components/page6.vue
View file @
5fa6c62a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @Date: 2020-11-24 16:18:58
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2022-05-0
5 21:15:56
* @LastEditTime: 2022-05-0
6 21:59:20
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -184,6 +184,7 @@
...
@@ -184,6 +184,7 @@
<van-checkbox-group
<van-checkbox-group
@
change=
"setLocalStorge('previousHistory')"
@
change=
"setLocalStorge('previousHistory')"
v-model=
"previousHistory"
v-model=
"previousHistory"
class=
"previousHistory"
>
>
<van-cell-group>
<van-cell-group>
<van-cell
v-for=
"(item, index) in previousHistoryList"
:key=
"index"
>
<van-cell
v-for=
"(item, index) in previousHistoryList"
:key=
"index"
>
...
@@ -249,7 +250,7 @@
...
@@ -249,7 +250,7 @@
/>
/>
</van-popup>
</van-popup>
<van-field
colon
clearable
name=
"whetherSmoking"
label=
"是否吸烟"
>
<van-field
colon
clearable
name=
"whetherSmoking"
label=
"是否吸烟"
label-width=
"125px"
>
<
template
#
input
>
<
template
#
input
>
<van-radio-group
<van-radio-group
@
change=
"
@
change=
"
...
@@ -280,6 +281,7 @@
...
@@ -280,6 +281,7 @@
clearable
clearable
name=
"smokingTypes"
name=
"smokingTypes"
label=
"烟草类型"
label=
"烟草类型"
label-width=
"125px"
v-if=
"whetherSmoking == '是'"
v-if=
"whetherSmoking == '是'"
>
>
<
template
#
input
>
<
template
#
input
>
...
@@ -300,6 +302,7 @@
...
@@ -300,6 +302,7 @@
<van-field
<van-field
v-if=
"whetherSmoking == '是'"
v-if=
"whetherSmoking == '是'"
label-width=
"125px"
colon
colon
clearable
clearable
v-model=
"smokingYears"
v-model=
"smokingYears"
...
@@ -318,6 +321,7 @@
...
@@ -318,6 +321,7 @@
<van-field
<van-field
v-if=
"whetherSmoking == '是'"
v-if=
"whetherSmoking == '是'"
colon
colon
label-width=
"125px"
clearable
clearable
v-model=
"smokingCount"
v-model=
"smokingCount"
name=
"smokingCount"
name=
"smokingCount"
...
@@ -334,6 +338,7 @@
...
@@ -334,6 +338,7 @@
<van-field
<van-field
colon
colon
label-width=
"125px"
clearable
clearable
name=
"whetherNoSmoking"
name=
"whetherNoSmoking"
label=
"是否戒烟"
label=
"是否戒烟"
...
@@ -362,6 +367,7 @@
...
@@ -362,6 +367,7 @@
<van-field
<van-field
v-if=
"whetherNoSmoking == '是'"
v-if=
"whetherNoSmoking == '是'"
colon
colon
label-width=
"125px"
clearable
clearable
v-model=
"noSmokingYears"
v-model=
"noSmokingYears"
name=
"noSmokingYears"
name=
"noSmokingYears"
...
@@ -377,6 +383,7 @@
...
@@ -377,6 +383,7 @@
</van-field>
</van-field>
<van-field
<van-field
label-width=
"125px"
colon
colon
clearable
clearable
name=
"whetherPassivitySmoking"
name=
"whetherPassivitySmoking"
...
@@ -405,6 +412,7 @@
...
@@ -405,6 +412,7 @@
<van-field
<van-field
v-if=
"whetherPassivitySmoking == '是'"
v-if=
"whetherPassivitySmoking == '是'"
colon
colon
label-width=
"125px"
clearable
clearable
v-model=
"passivitySmokingYears"
v-model=
"passivitySmokingYears"
name=
"passivitySmokingYears"
name=
"passivitySmokingYears"
...
@@ -667,5 +675,17 @@ export default {
...
@@ -667,5 +675,17 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.page6
{
.page6
{
//
.previousHistory
{
//
.van-checkbox
{
//
width
:
36%
;
//
margin-bottom
:
5%
;
//
}
//
}
.smokingTypes
{
.van-checkbox
{
width
:
36%
;
margin-bottom
:
5%
;
}
}
}
}
</
style
>
</
style
>
vue.config.js
View file @
5fa6c62a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Author: ninglupeng
* @Date: 2022-03-17 15:06:50
* @Date: 2022-03-17 15:06:50
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2022-0
4-21 10:32:19
* @LastEditTime: 2022-0
5-06 21:17:32
* @Description:
* @Description:
*/
*/
const
path
=
require
(
'path'
);
const
path
=
require
(
'path'
);
...
@@ -66,14 +66,14 @@ module.exports = {
...
@@ -66,14 +66,14 @@ module.exports = {
//target: 'http://flowtone_lgfc.suvalue.com',//方舱
//target: 'http://flowtone_lgfc.suvalue.com',//方舱
// target: 'http://flowtone_rjny.suvalue.com',//方舱
// target: 'http://flowtone_rjny.suvalue.com',//方舱
//target: 'http://flowtone_syzy.sualvue.com',//方舱
//target: 'http://flowtone_syzy.sualvue.com',//方舱
//
target: 'http://flowtone1.suvalue.com',//方舱
target
:
'http://flowtone1.suvalue.com'
,
//方舱
//target: 'http://flowtone3.suvalue.com',//方舱
//target: 'http://flowtone3.suvalue.com',//方舱
// target: 'http://flowtone4.suvalue.com',//方舱
// target: 'http://flowtone4.suvalue.com',//方舱
//target: 'http://flowtone5.suvalue.com',//方舱
//target: 'http://flowtone5.suvalue.com',//方舱
// target: 'http://flowtone7.suvalue.com',//方舱
// target: 'http://flowtone7.suvalue.com',//方舱
//target: 'http://flowtone8.suvalue.com',//方舱
//target: 'http://flowtone8.suvalue.com',//方舱
//target: 'http://flowtone9.suvalue.com',//方舱
//target: 'http://flowtone9.suvalue.com',//方舱
target
:
'http://flowtone10.suvalue.com'
,
//方舱
//
target: 'http://flowtone10.suvalue.com',//方舱
ws
:
true
,
//如果要代理 websockets,配置这个参数
ws
:
true
,
//如果要代理 websockets,配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数
...
...
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