|
@@ -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 = () => {
|