diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 37e04b8..a457459 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -82,7 +82,7 @@ - {{ item.note }} + {{ item.note || "暂无清扫要求" }} @@ -211,8 +211,8 @@ export default { this.dropdownValue = options.id; window.nfcFn = this.nfcResFn; // this.nfcResFn(); - if(options.type == 'all'){ - this.selectIdx = 0 + if (options.type == "all") { + this.selectIdx = 0; } },