Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into gyq

This commit is contained in:
gyq 2024-08-03 18:11:19 +08:00
commit e67e3525e4
1 changed files with 7 additions and 0 deletions

View File

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