ux-performance-todolist

```javasptc Data: [{ ActivityManagerId: "string", ActivityManagerName: "string",// 活动名称 StepType: 1, //类型代号 StepTypeName: "string", // 类型名称 ToDoStr: "string", // 待处理 EnRouteStr: "string", // 未提交 DoneStr: "string"

Usage no npm install needed!

<script type="module">
  import uxPerformanceTodolist from 'https://cdn.skypack.dev/ux-performance-todolist';
</script>

README

传入Data 数据,类型 为数组

Data: [{
      ActivityManagerId: "string", 
      ActivityManagerName: "string",// 活动名称
      StepType: 1, //类型代号
      StepTypeName: "string", // 类型名称
      ToDoStr: "string", // 待处理
      EnRouteStr: "string", // 未提交
      DoneStr: "string", // 已提交
      ToDoNum: 1, // 待处理数
      EnRouteNum: 1, // 未提交数
      DoneNum: 1, // 已提交数
      Url: "string", // 跳转地址
      OrderIndex: 0
    }]