Commit 95d7c25a authored by Smile's avatar Smile

需求 后台-集运-包裹预报成功页面设置按钮无法点击

parent 16c4c1d2
......@@ -14,7 +14,7 @@
</el-row>
<el-row style="margin-top: 10px;">
<template v-for="(item, index) in warehouseList">
<el-button :type="warehouseList.length === 1 ||cons.wareId === item.id ? 'primary' : 'default'"
<el-button disabled :type="warehouseList.length === 1 ||cons.wareId === item.id ? 'primary' : 'default'"
@click="setWarehouseId(item)">
{{ item.titleZh }}
</el-button>
......
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