jobdone-shared-files 0.0.1-beta.13 → 0.0.1-beta.14
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.
|
@@ -43,7 +43,12 @@
|
|
|
43
43
|
</li>
|
|
44
44
|
</ul>
|
|
45
45
|
</div>
|
|
46
|
-
|
|
46
|
+
<div class="nav-item navbar-line-item btn nav-link border-0 dropdown">
|
|
47
|
+
<a href="#" class="dropdown-link">
|
|
48
|
+
<span class="material-icons icon-18 me-2">edit_document</span>
|
|
49
|
+
改善單
|
|
50
|
+
</a>
|
|
51
|
+
</div>
|
|
47
52
|
<div class="nav-item navbar-line-item btn nav-link border-0 dropdown">
|
|
48
53
|
<a href="#" class="dropdown-link">
|
|
49
54
|
<span class="material-icons icon-18 me-2">rebase_edit</span>
|
|
@@ -56,8 +61,6 @@
|
|
|
56
61
|
</div>
|
|
57
62
|
</nav>
|
|
58
63
|
<div class="info-project d-flex align-items-center bg-primary bg-opacity-25 border-top border-bottom border-primary border-opacity-25 py-2">
|
|
59
|
-
<!--TODO: 如果是公共工程才顯示 可能有2種 (公共工程/建築物公共工程)
|
|
60
|
-
<span class="badge rounded-pill text-primary bg-primary bg-opacity-10 border border-primary border-opacity-50 me-4">建築物公共工程</span>-->
|
|
61
64
|
<small class="d-flex me-4" v-if="projectInfo.caseNo">
|
|
62
65
|
<b class="me-2">案號</b>
|
|
63
66
|
<span>{{projectInfo.caseNo}}</span>
|