ludc
2025-01-16 986aa62ed00bee39363bab41b4eeb8259d446efd
Source/plt-web/plt-web-ui/src/views/wel/components/UndoTaskPortlet.vue
@@ -1,5 +1,5 @@
<template>
  <basic-container title="待办流程任务" :style="'height:'+height+'px' ">
  <div>
    <avue-crud ref="crud" :data="todoData" :option="todoOption" :page.sync="page"
               :table-loading="loading"
               @on-load="onLoad"
@@ -12,7 +12,7 @@
        </el-button>
      </template>
    </avue-crud>
  </basic-container>
  </div>
</template>
<script>
@@ -21,12 +21,6 @@
  props:{
    height:  {
      type: Number
    },
    title:  {
      type: String
    },
    icon:  {
      type: String
    }
  },
  data(){