jobdone-shared-files 1.0.51 → 1.0.53

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.
@@ -0,0 +1 @@
1
+ {}
@@ -22,7 +22,7 @@
22
22
  <div class="nav-item navbar-line-item btn nav-link border-0 dropdown"
23
23
  :class="{'active': isActive(null)}">
24
24
  <a class="dropdown-link"
25
- :href="finalRootDomain + '/ProjectManagement/ProjectInfo?id=' + projectId">
25
+ :href="`${finalRootDomain}${navLinkObj.projectInfoRelativeUrl || '/ProjectManagement/ProjectInfo'}?id=${projectId}`">
26
26
  專案資訊
27
27
  </a>
28
28
  </div>
@@ -101,7 +101,7 @@
101
101
  <b class="me-2">案號</b>
102
102
  <span>{{projectInfo?.caseNo}}</span>
103
103
  </small>
104
- <small class="d-flex me-4" v-if="rojectInfo?.beginDT && projectInfo?.endDT">
104
+ <small class="d-flex me-4" v-if="projectInfo?.beginDT && projectInfo?.endDT">
105
105
  <b class="me-2">開工/完工日期</b>
106
106
  <span>{{formatDate(projectInfo?.beginDT)}} - {{formatDate(projectInfo?.endDT)}}</span>
107
107
  </small>
@@ -241,6 +241,7 @@
241
241
  id: null,
242
242
  name: '',
243
243
  iconName: '',
244
+ projectInfoRelativeUrl:'',
244
245
  featurePackApps: [],
245
246
  generalLinks: []
246
247
  }
@@ -251,6 +252,7 @@
251
252
  id: null,
252
253
  name: '',
253
254
  iconName: '',
255
+ projectInfoRelativeUrl:'',
254
256
  featurePackApps: [],
255
257
  generalLinks: []
256
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {