East 3 rokov pred
rodič
commit
7eeac88bd4

+ 1 - 2
src/views/Alarm/AlarmSet.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-11-29 15:06:41
- * @LastEditTime: 2021-12-06 16:02:16
+ * @LastEditTime: 2021-12-06 16:10:36
  * @LastEditors: Please set LastEditors
  * @Description: 报警阈值设置
  * @FilePath: \hyyfClient\src\views\Alarm\AlarmSet.vue
@@ -68,7 +68,6 @@ export default {
         await this.$refs["alarmTableRef"].addAlarmSets();
         this.$message.success("设置成功");
       } catch (err) {
-        console.log(err);
         this.$message.error("设置失败:" + err.message);
       } finally {
         loading.close();

+ 6 - 12
src/views/PdcData/analysis/yingshouTable.config.js

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-10-11 16:12:07
- * @LastEditTime: 2021-11-25 13:54:45
+ * @LastEditTime: 2021-12-06 16:12:56
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: \hyyfClient\src\views\PdcData\analysis\yingshouTable.config.js
@@ -10,14 +10,14 @@ export const yingshouTableItems = [
   {
     prop: 'rank',
     label: '排名',
-    minWidth: '200',
+    minWidth: '100',
     slotName: 'rank'
   },
   {
-    prop: 'farmName',
-    label: '牧场名称',
-    minWidth: '300',
-    slotName: 'farmName'
+    prop: 'suppier',
+    label: '供应商',
+    minWidth: '200',
+    slotName: 'suppier'
   },
   {
     prop: 'money',
@@ -25,12 +25,6 @@ export const yingshouTableItems = [
     minWidth: '150',
     slotName: 'number'
   },
-  {
-    prop: 'suppier',
-    label: '供应商',
-    minWidth: '200',
-    slotName: 'suppier'
-  }
 ]
 
 export const yingshouTableShows = {