|
@@ -331,7 +331,7 @@ function handleRemove(index) {
|
|
|
<van-dialog v-model:show="dialogVisible" :title="dialogTitle" show-cancel-button :before-close="beforeCloseDialog">
|
|
|
<div v-if="dialogType!=1" class="flex items-center flex-v-mid px-2 py-3">
|
|
|
<div class="whitespace-nowrap"><span class="" style="color: red;" v-if="currentData.lc_bt==1">*</span>{{currentData.lc_bt_name}}:</div>
|
|
|
- <input class="flex-1 border px-1 py-5px rounded-6px" type="number" v-model="currentData.xmlc_bt_value" oninput="if(value.length>10)value=value.slice(0,10)" />
|
|
|
+ <input class="border px-1 py-5px rounded-6px" style="width: 200px;" type="number" v-model="currentData.xmlc_bt_value" oninput="if(value.length>10)value=value.slice(0,10)" />
|
|
|
</div>
|
|
|
<div v-if="dialogType==1" class="px-2 py-3">
|
|
|
<van-uploader accept="*" :after-read="handleAfterRead">
|