进销存商品绑定耗材已选择耗材后展示为黑色文字

This commit is contained in:
YeMingfei666 2024-08-03 17:03:59 +08:00
parent 6830529769
commit 01c4c17d30
1 changed files with 7 additions and 0 deletions

View File

@ -181,12 +181,19 @@
v-for="(haocai, index) in scope.row.haocais"
:key="index"
>
<template v-if="haocai.conName">
<div>{{ haocai.conName }}</div>
</template>
<template v-else>
<el-input
disabled
v-model="haocai.conName"
style="width: 130px"
placeholder="请选择耗材信息"
></el-input>
</template>
</div>
</div>
</template>