|
@ -43,7 +43,7 @@ |
|
|
<!-- <u-form-item required label="健康" :prop="`petHealthInfo.healths`" labelWidth="80" @click="healthsSelect"> --> |
|
|
<!-- <u-form-item required label="健康" :prop="`petHealthInfo.healths`" labelWidth="80" @click="healthsSelect"> --> |
|
|
<u-form-item required label="健康" :prop="`petHealthInfo.health`" labelWidth="80"> |
|
|
<u-form-item required label="健康" :prop="`petHealthInfo.health`" labelWidth="80"> |
|
|
<u--input disabledColor="#ffffff" placeholder="请输入" |
|
|
<u--input disabledColor="#ffffff" placeholder="请输入" |
|
|
:v-model="petHealthInfo.health" |
|
|
|
|
|
|
|
|
v-model="petHealthInfo.health" |
|
|
placeholderStyle="text-align:right;color:#AAA" border="none" inputAlign="right"></u--input> |
|
|
placeholderStyle="text-align:right;color:#AAA" border="none" inputAlign="right"></u--input> |
|
|
<view slot="right"> |
|
|
<view slot="right"> |
|
|
<u-icon v-if="showHealths" name="arrow-down" color="#AAA"></u-icon> |
|
|
<u-icon v-if="showHealths" name="arrow-down" color="#AAA"></u-icon> |
|
|