田源
2025-01-08 4a017d8e3fa7c403e91998267a95a65cd5272fdd
Source/plt-web/plt-web-ui/src/views/wel/components/taskPortlet.vue
@@ -1,7 +1,7 @@
<template>
  <basic-container title="待办事项" :style="'height:'+height+'px' ">
  <div :style="'height:'+height+'px;'">
    待办
  </basic-container>
  </div>
</template>
<script>
@@ -10,12 +10,6 @@
  props:{
    height:  {
      type: Number
    },
    title:  {
      type: String
    },
    icon:  {
      type: String
    }
  },
}