This website works better with JavaScript
Home
Explore
Help
Sign In
shuhi
/
shuhi-ui
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat(priceWorkbench): 新增任务待处理页面基础结构
添加任务待处理页面的初始Vue组件文件,包含基础模板结构
ylong
2 weeks ago
parent
3ab85385b6
commit
1517f0032d
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/views/priceWorkbench/taskPending/index.vue
+ 5
- 0
src/views/priceWorkbench/taskPending/index.vue
View File
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 任务待处理
+ </div>
+</template>