Commit f1941108 authored by 徐一鸣's avatar 徐一鸣

服务超市-服务详情规格说明展示fixed

parent efd742cf
......@@ -40,7 +40,9 @@ export default {
}),
computed: {
tableData() {
return this.data.filter((item) => item.type === this.type);
return this.data.filter(
(item) => item.type === this.type || item.type === 3
);
},
},
};
......
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