智慧农业后台管理页面
guoshilong
2022-08-24 cec90cabf08a88af47cbdf0c40e18f7fdb71e7cf
src/views/farmplant/process.vue
@@ -28,7 +28,7 @@
                    <div class="cai">{{ item.processName }}</div>
                    <div class="area">
                        库存量:
                        <span>{{ item.productInventoryNum }}</span>公斤
                        <span>{{ item.productInventoryNum>10000?(item.productInventoryNum/10000).toFixed(2)+"万":item.productInventoryNum }}</span>公斤
                    </div>
                    <div class="area">
                        原材料:
@@ -985,7 +985,7 @@
            .farm {
                width: 168px;
                height: 240px;
                height: 300px;
                /*height: 315px;*/
                background-color: #f7f9fb;
                border-radius: 5px;