Browse Source

feat(priceWorkbench): 新增任务待处理页面基础结构

添加任务待处理页面的初始Vue组件文件,包含基础模板结构
ylong 2 weeks ago
parent
commit
1517f0032d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/priceWorkbench/taskPending/index.vue

+ 5 - 0
src/views/priceWorkbench/taskPending/index.vue

@@ -0,0 +1,5 @@
+<template>
+    <div>
+        任务待处理
+    </div>
+</template>