|
@@ -57,7 +57,7 @@
|
|
|
<li class="fl item-li">
|
|
|
<span class="label">商品预算:</span>
|
|
|
<span class="label-main">
|
|
|
- {{ item.budget_price }}元/{{ item.num }}{{ unit }}</span
|
|
|
+ {{ item.original_price }}元/{{ item.num }}{{ unit }}</span
|
|
|
>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -109,9 +109,7 @@ export default {
|
|
|
...mapGetters(["tablebtnSize", "searchSize", "size"]),
|
|
|
powers() {
|
|
|
let tran =
|
|
|
- this.$store.getters.btnList.find(
|
|
|
- (item) => item.menu_route == "workbench"
|
|
|
- ) || {};
|
|
|
+ this.$store.getters.btnList.find((item) => item.menu_route == "workbench") || {};
|
|
|
if (tran && tran.action && tran.action.length > 0) {
|
|
|
return tran.action;
|
|
|
} else {
|