This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
shuhi
/
shuhi-ui
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
feat(priceWorkbench): 新增任务待处理页面基础结构
添加任务待处理页面的初始Vue组件文件,包含基础模板结构
ylong
hace 2 semanas
padre
3ab85385b6
commit
1517f0032d
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
src/views/priceWorkbench/taskPending/index.vue
+ 5
- 0
src/views/priceWorkbench/taskPending/index.vue
Ver fichero
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 任务待处理
+ </div>
+</template>