|
@@ -37,7 +37,7 @@ |
|
@@ -37,7 +37,7 @@ |
|
37
|
|
37
|
|
|
38
|
<uni-list-item title="交货方式">
|
38
|
<uni-list-item title="交货方式">
|
|
39
|
<template v-slot:footer>
|
39
|
<template v-slot:footer>
|
|
40
|
- <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" />
|
40
|
+ <view class="readonly-text">{{ form.deliveryMethod }}</view>
|
|
41
|
</template>
|
41
|
</template>
|
|
42
|
</uni-list-item>
|
42
|
</uni-list-item>
|
|
43
|
</view>
|
43
|
</view>
|
|
@@ -36,7 +36,7 @@ |
|
@@ -36,7 +36,7 @@ |
|
36
|
|
36
|
|
|
37
|
<uni-list-item title="交货方式">
|
37
|
<uni-list-item title="交货方式">
|
|
38
|
<template v-slot:footer>
|
38
|
<template v-slot:footer>
|
|
39
|
- <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" />
|
39
|
+ <view class="readonly-text">{{ form.deliveryMethod }}</view>
|
|
40
|
</template>
|
40
|
</template>
|
|
41
|
</uni-list-item>
|
41
|
</uni-list-item>
|
|
42
|
</view>
|
42
|
</view>
|
|
@@ -37,7 +37,7 @@ |
|
@@ -37,7 +37,7 @@ |
|
37
|
|
37
|
|
|
38
|
<uni-list-item title="交货方式">
|
38
|
<uni-list-item title="交货方式">
|
|
39
|
<template v-slot:footer>
|
39
|
<template v-slot:footer>
|
|
40
|
- <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" />
|
40
|
+ <view class="readonly-text">{{ form.deliveryMethod }}</view>
|
|
41
|
</template>
|
41
|
</template>
|
|
42
|
</uni-list-item>
|
42
|
</uni-list-item>
|
|
43
|
</view>
|
43
|
</view>
|
|
@@ -36,7 +36,7 @@ |
|
@@ -36,7 +36,7 @@ |
|
36
|
|
36
|
|
|
37
|
<uni-list-item title="交货方式">
|
37
|
<uni-list-item title="交货方式">
|
|
38
|
<template v-slot:footer>
|
38
|
<template v-slot:footer>
|
|
39
|
- <uni-easyinput v-model="form.deliveryMethod" placeholder="请输入交货方式" :inputBorder="false" />
|
39
|
+ <view class="readonly-text">{{ form.deliveryMethod }}</view>
|
|
40
|
</template>
|
40
|
</template>
|
|
41
|
</uni-list-item>
|
41
|
</uni-list-item>
|
|
42
|
</view>
|
42
|
</view>
|