智慧农业大数据平台
shuishen
2022-07-16 9983b8634a8689f2daee0433f01cfbce9cf5a79a
src/views/home/index.vue
@@ -2,7 +2,7 @@
* @Author: Morpheus
* @Date: 2022-05-11 15:00:23
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-07-14 11:28:08
 * @Last Modified time: 2022-07-14 17:40:20
* 驾驶舱
*/
<template>
@@ -441,8 +441,8 @@
                        <div class="table-list" v-for="(item, index) in farmOperList" :key="index">
                            <div>{{item.typeName}}</div>
                            <div>{{item.landName}}</div>
                            <div>{{item.remarks == '' ? '--' : item.remarks}}</div>
                            <div>{{item.agriculturalName}}</div>
                            <div>{{item.remarks || '--'}}</div>
                            <div>{{item.agriculturalName || '--'}}</div>
                            <div>{{item.jobWay == 0 ? '人工' : '机械'}}</div>
                            <div>{{item.time}}</div>
                            <div>{{item.createTime.substr(0,10)}}</div>