jobdone-shared-files 0.0.1-beta.39 → 0.0.1-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
專案資訊 Navbar
|
|
30
30
|
|
|
31
31
|
#### 需要傳入的值
|
|
32
|
-
| 數值名稱 | 說明 |
|
|
33
|
-
|
|
34
|
-
| arrow-back-link | 離開專案的連結,一般來說是底層的 ProjectList |
|
|
35
|
-
| active-link-type | Navbar active 的種類 ( 0 = 專案資訊 / 1 = Module / 2 = 改善單 / 3 = 派遣單 ) |
|
|
36
|
-
| project-id | project id |
|
|
37
|
-
| api-project-apps | 取得 project module & menu |
|
|
38
|
-
| api-project-info | 取得 project 資訊 |
|
|
32
|
+
| 數值名稱 | 說明 | 必要 |
|
|
33
|
+
|------------------|-----------------------------------------------------------------|----|
|
|
34
|
+
| arrow-back-link | 離開專案的連結,一般來說是底層的 ProjectList | 是 |
|
|
35
|
+
| active-link-type | Navbar active 的種類 ( 0 = 專案資訊 / 1 = Module / 2 = 改善單 / 3 = 派遣單 ) | 是 |
|
|
36
|
+
| project-id | project id | 是 |
|
|
37
|
+
| api-project-apps | 取得 project module & menu | 是 |
|
|
38
|
+
| api-project-info | 取得 project 資訊 | 是 |
|
|
39
39
|
|
|
40
40
|
## SCSS
|
|
41
41
|
|