Commit 24ea0ea71b9379d70a6aaeb8dce8ef45fcb3a3de
1 parent
1c3a8a3a
Exists in
master
and in
1 other branch
fix: 下单加保险
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
pages/order/add.vue
| @@ -142,6 +142,7 @@ | @@ -142,6 +142,7 @@ | ||
| 142 | :placeholder="form.coverageLimit ? `最高赔付${form.coverageLimit}万` : '最高赔付300万'" | 142 | :placeholder="form.coverageLimit ? `最高赔付${form.coverageLimit}万` : '最高赔付300万'" |
| 143 | disabledColor="#ffffff" | 143 | disabledColor="#ffffff" |
| 144 | placeholder-style="color:#ffcc00" | 144 | placeholder-style="color:#ffcc00" |
| 145 | + color="#ffcc00" | ||
| 145 | disabled | 146 | disabled |
| 146 | > | 147 | > |
| 147 | <template #suffix> | 148 | <template #suffix> |