@jx3box/jx3box-common-ui 5.6.3 → 5.6.4
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/package.json
CHANGED
|
@@ -69,11 +69,10 @@
|
|
|
69
69
|
</template>
|
|
70
70
|
|
|
71
71
|
<script>
|
|
72
|
-
import { __Root } from "@jx3box/jx3box-common/data/jx3box.json";
|
|
72
|
+
import { __Root,__clients } from "@jx3box/jx3box-common/data/jx3box.json";
|
|
73
73
|
import { showDate, showTime } from "@jx3box/jx3box-common/js/moment";
|
|
74
74
|
import { editLink, authorLink } from "@jx3box/jx3box-common/js/utils.js";
|
|
75
75
|
import User from "@jx3box/jx3box-common/js/user.js";
|
|
76
|
-
import client_map from "../../assets/data/clients.json";
|
|
77
76
|
export default {
|
|
78
77
|
name: "single-header",
|
|
79
78
|
props: ["post", "stat"],
|
|
@@ -123,7 +122,7 @@ export default {
|
|
|
123
122
|
},
|
|
124
123
|
methods: {
|
|
125
124
|
showClientLabel: function(val) {
|
|
126
|
-
return
|
|
125
|
+
return __clients[val];
|
|
127
126
|
},
|
|
128
127
|
},
|
|
129
128
|
mounted: function() {},
|