This commit is contained in:
aihe 2024-05-23 01:55:41 +08:00
parent 70d1b353fe
commit 6bcd4b1913

View File

@ -112,7 +112,9 @@
</view>
<template v-if="submitParam.custNo">
<view class="yunf-input-item">
<tpx-text-item label="月结编号" :value="submitParam.custNo"></tpx-text-item>
<tpx-text-item label="月结编号">
<template v-slot:right>{{submitParam.custNo}}</template>
</tpx-text-item>
</view>
</template>
</template>