Explorar el Código

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

添加任务待处理页面的初始Vue组件文件,包含基础模板结构
ylong hace 2 semanas
padre
commit
1517f0032d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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>