lxf 1 年之前
父节点
当前提交
5ff1e1f3fe
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/views/group/data-board/turnover-rate/index.vue

+ 13 - 0
src/views/group/data-board/turnover-rate/index.vue

@@ -68,6 +68,9 @@
           <el-icon style="cursor: pointer; margin-left: 4px; transform: translateY(2px)"><QuestionFilled /></el-icon>
           <el-icon style="cursor: pointer; margin-left: 4px; transform: translateY(2px)"><QuestionFilled /></el-icon>
         </el-tooltip>
         </el-tooltip>
       </template>
       </template>
+      <template #predictOutStorageDaysHeader>
+        <span>预计消耗天</span>
+      </template>
     </byTable>
     </byTable>
   </el-card>
   </el-card>
 </template>
 </template>
@@ -261,6 +264,16 @@ const config = computed(() => {
         width: 90,
         width: 90,
       },
       },
     },
     },
+    {
+      attrs: {
+        label: "预计消耗天",
+        prop: "predictOutStorageDays",
+        width: 140,
+        slotHeader: "predictOutStorageDaysHeader",
+      },
+      sortable: true,
+      header: true,
+    },
   ];
   ];
 });
 });
 const getDemandData = () => {
 const getDemandData = () => {