This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
shuhi
/
shuhi-ui
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
fix Bug
haveyou
1 年間 前
親
4d7b8084bc
コミット
0bd5fd1316
3 ファイル変更
、
15 行追加
、
0 行削除
分割表示
差分情報を表示
5
0
src/views/recycleService/stockIn/index.vue
5
0
src/views/recycleService/stockOff/index.vue
5
0
src/views/recycleService/stockOut/index.vue
+ 5
- 0
src/views/recycleService/stockIn/index.vue
ファイルの表示
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 入库
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOff/index.vue
ファイルの表示
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 下架
+ </div>
+</template>
+ 5
- 0
src/views/recycleService/stockOut/index.vue
ファイルの表示
@@ -0,0 +1,5 @@
+<template>
+ <div>
+ 出库
+ </div>
+</template>