This commit is contained in:
aihe 2024-06-11 13:08:03 +08:00
parent 06eb546d9a
commit fc58bb15d8

View File

@ -7,11 +7,11 @@
</tpx-select>
</view>
<view class="edm-input-item ">
<tpx-text-item label="货物名称">
<template v-slot:right>
<tpx-input v-model:value="modelInfo.goodsInfo" inputAlign="right"></tpx-input>
</template>
</tpx-text-item>
<u-row align="top">
<text class="font-weight pr-30">货物名称</text>
<u-textarea v-model="modelInfo.goodsInfo" border="surround" height="100" placeholder=""
count></u-textarea>
</u-row>
</view>
<view class="edm-input-item mb-10">
<u-row justify="between">