Commit ae0a30b1 by nlp97

更改疫苗针数判断

parent 469da24a
#测试 地址 # 测试 地址
http://192.168.18.166:8048/api/swagger/index.html
\\192.168.18.166\wwwroot\testflowtone.suvalue.com # http://192.168.18.166:8048/api/swagger/index.html
# \\192.168.18.166\wwwroot\testflowtone.suvalue.com
...@@ -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: ninglupeng * @LastEditors: ninglupeng
* @LastEditTime: 2022-03-24 16:09:32 * @LastEditTime: 2022-03-30 09:16:00
* @Description: * @Description:
--> -->
<template> <template>
...@@ -292,12 +292,12 @@ ...@@ -292,12 +292,12 @@
> >
<van-field <van-field
v-if="covidVaccine > 0"
colon colon
clearable clearable
name="vaccineType" name="vaccineType"
label-width="130px" label-width="130px"
label="疫苗公司" label="疫苗公司"
v-if="HasCOVIDVaccine == '是'"
> >
<template #input> <template #input>
<van-radio-group <van-radio-group
...@@ -334,7 +334,7 @@ ...@@ -334,7 +334,7 @@
></van-field> ></van-field>
<van-field <van-field
v-if="covidVaccine > 0" v-if="HasCOVIDVaccine == '是'"
colon colon
clearable clearable
readonly readonly
......
...@@ -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: ninglupeng * @LastEditors: ninglupeng
* @LastEditTime: 2022-03-18 20:54:30 * @LastEditTime: 2022-03-29 11:31:31
* @Description: * @Description:
--> -->
<template> <template>
...@@ -67,8 +67,6 @@ export default { ...@@ -67,8 +67,6 @@ export default {
font-weight: bold; font-weight: bold;
color: #000000; color: #000000;
line-height: 28px; line-height: 28px;
position: absolute;
bottom: 50px;
text-align: center; text-align: center;
margin: 20px; margin: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment