forked from drone/command-center-dashboard

罗广辉
2025-04-08 da5035c06495ecf01e3f399ee7203a77527202d4
src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -66,7 +66,6 @@
};
// 状态文字
const getStatusText = (status) => {
  console.log('哒哒哒',status)
  const statusMap = {
    1: '待执行',
    2: '执行中',  
@@ -128,10 +127,10 @@
<style lang="scss" scoped>
.task-intermediate-content {
  position: absolute;
  top: 200px;
  width: calc(100% - 400px - 400px - 100px);
  left: 450px;
  height: 760px;
  top: 400px;
  width: calc(100% - 80px);
  left: 40px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;