Commit c12c7eae authored by 小费同学阿's avatar 小费同学阿 💬

66139 挂号管理-医生卡片问题,进度信息中进行中颜色错误,宠物保险下拉框顺序错误

parent 0a176660
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
<div class="add-img"> <div class="add-img">
<el-image :src="require('@/assets/register/xinzengguahao_jiahao@2x.png')" /> <el-image :src="require('@/assets/register/xinzengguahao_jiahao@2x.png')" />
</div> </div>
<el-button type="text" :disabled="item.plusSign === '1'" @click="registration(item.userId, '1',item,0)"> <el-button type="text" v-if="item.plusSign === '1'" :disabled="item.plusSign === '1'" @click="registration(item.userId, '1',item,0)">
加号 加号
</el-button> </el-button>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment