|
|
@@ -10,9 +10,9 @@
|
|
|
|
|
|
<view v-for="(item, index) in statData" :key="index">
|
|
|
<t-tr>
|
|
|
- <t-td><view><image :src="item.cover" style="width:60upx;height:60upx;border-radius:10upx;"></image></view></t-td>
|
|
|
+ <t-td><view><image :src="item.itemCover" style="width:50upx;height:50upx;border-radius:10upx;"></image></view></t-td>
|
|
|
<t-td><view>{{item.itemName}}</view></t-td>
|
|
|
- <t-td><view>{{item.num}}</view></t-td>
|
|
|
+ <t-td><view>{{item.num?parseFloat(item.num):0}}</view></t-td>
|
|
|
<t-td><view></view></t-td>
|
|
|
</t-tr>
|
|
|
</view>
|
|
|
@@ -28,16 +28,11 @@
|
|
|
import AppWrapperEmpty from "@/components/app-wrapper-empty";
|
|
|
import SelectList from "@/components/plugin/selectList";
|
|
|
import { list } from "@/mixins";
|
|
|
-import ShopSelect from "@/components/module/shopSelect";
|
|
|
-import DateSelect from "@/components/module/dateSelect";
|
|
|
import AppSearchModule from "@/components/module/app-search";
|
|
|
import { getStatWorkCatItem } from "@/api/stat/index";
|
|
|
export default {
|
|
|
- components: { SelectList, AppWrapperEmpty,ShopSelect,AppSearchModule,DateSelect },
|
|
|
+ components: { SelectList, AppWrapperEmpty,AppSearchModule},
|
|
|
mixins: [list],
|
|
|
- computed: {
|
|
|
-
|
|
|
- },
|
|
|
data() {
|
|
|
return {
|
|
|
isShow:false,
|