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 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-03-24 16:09:32
* @LastEditTime: 2022-03-30 09:16:00
* @Description:
-->
<template>
......@@ -292,12 +292,12 @@
>
<van-field
v-if="covidVaccine > 0"
colon
clearable
name="vaccineType"
label-width="130px"
label="疫苗公司"
v-if="HasCOVIDVaccine == '是'"
>
<template #input>
<van-radio-group
......@@ -334,7 +334,7 @@
></van-field>
<van-field
v-if="covidVaccine > 0"
v-if="HasCOVIDVaccine == '是'"
colon
clearable
readonly
......
......@@ -2,7 +2,7 @@
* @Author: ninglupeng
* @Date: 2020-11-24 16:18:58
* @LastEditors: ninglupeng
* @LastEditTime: 2022-03-18 20:54:30
* @LastEditTime: 2022-03-29 11:31:31
* @Description:
-->
<template>
......@@ -67,8 +67,6 @@ export default {
font-weight: bold;
color: #000000;
line-height: 28px;
position: absolute;
bottom: 50px;
text-align: center;
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