add
This commit is contained in:
parent
fe5fc9ec35
commit
25c609e39a
|
@ -79,9 +79,16 @@
|
|||
</view>
|
||||
|
||||
<view class="m-card order-remark">
|
||||
<view class="head-title">
|
||||
<view style="display: flex;align-items: center;">
|
||||
<text style="margin-right: 20rpx;">是否存货</text>
|
||||
<up-radio-group v-model="isCh" placement="row">
|
||||
<up-radio activeColor="#20b128" label="是" name="1" style="margin-right: 10rpx;"></up-radio>
|
||||
<up-radio activeColor="#20b128" label="否" name="0"></up-radio>
|
||||
</up-radio-group>
|
||||
</view>
|
||||
<view class="head-title" style="margin-top: 20rpx;">
|
||||
<text>订单备注</text>
|
||||
<text>0/200</text>
|
||||
<text>{{formData.remark.length}}/140</text>
|
||||
</view>
|
||||
<up-textarea style="background-color: #F6F6F6;" v-model="formData.remark" placeholder="暂无备注内容"
|
||||
:height="40"></up-textarea>
|
||||
|
@ -208,6 +215,7 @@
|
|||
|
||||
const cartStore = useCartStore();
|
||||
const reservation_time = ref('')
|
||||
const isCh = ref(0)
|
||||
|
||||
const formData = ref({
|
||||
remark: ""
|
||||
|
|
Loading…
Reference in New Issue