|
|
@@ -14,9 +14,9 @@
|
|
|
type="number"
|
|
|
:disabled="true"
|
|
|
@input="numberFn(item, index)"></van-field>
|
|
|
- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
+ <!-- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
{{ item.remark }}
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'rq'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -32,9 +32,9 @@
|
|
|
readonly
|
|
|
:disabled="true"
|
|
|
@click="showCalendarClick(index)" />
|
|
|
- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
+ <!-- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
{{ item.remark }}
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
</div>
|
|
|
<div v-if="item.answerType == 'zp'" class="formLabel z-cell">
|
|
|
<van-cell>
|
|
|
@@ -43,9 +43,9 @@
|
|
|
</template>
|
|
|
</van-cell>
|
|
|
<van-row gutter="10" style="margin-bottom: 10px">
|
|
|
- <p style="margin-top: 0">
|
|
|
+ <!-- <p style="margin-top: 0">
|
|
|
<span style="font-size: 12px; color: #888">{{ item.remark }}</span>
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
<delete-upload-img
|
|
|
:isDelete="false"
|
|
|
:imgs="item.fileInfoList"
|
|
|
@@ -73,21 +73,21 @@
|
|
|
v-model="item.answerValue"
|
|
|
:formatter="formatter"
|
|
|
:placeholder="item.customName"></van-field>
|
|
|
- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
+ <!-- <p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
{{ item.remark }}
|
|
|
- </p>
|
|
|
+ </p> -->
|
|
|
</div>
|
|
|
<div
|
|
|
class="formLabel z-cell z-cells z-celly"
|
|
|
v-if="item.answerType == 'gs' || item.answerType == 'dq' || item.answerType == 'xsb'">
|
|
|
<van-cell>
|
|
|
- <template #title
|
|
|
- >{{ index + 1 }}.{{ item.customName }}
|
|
|
- <span
|
|
|
- style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right"
|
|
|
- >{{ item.remark }}</span
|
|
|
- ></template
|
|
|
- >
|
|
|
+ <template #title>
|
|
|
+ {{ index + 1 }}.{{ item.customName }}
|
|
|
+ <!-- <span
|
|
|
+ style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
+ {{ item.remark }}
|
|
|
+ </span> -->
|
|
|
+ </template>
|
|
|
</van-cell>
|
|
|
<p class="mg0">{{ item.answerName }}</p>
|
|
|
</div>
|