|
@@ -58,6 +58,10 @@
|
|
</div>
|
|
</div>
|
|
<!-- <gax6 class="general-appearance-body"></gax6> -->
|
|
<!-- <gax6 class="general-appearance-body"></gax6> -->
|
|
<div>
|
|
<div>
|
|
|
|
+ <MHS class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'MHS_FDC'" />
|
|
|
|
+ <NSS class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'NSS_FDC'" />
|
|
|
|
+ <QS class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'QS_FDC'" />
|
|
|
|
+ <SBQ class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'SBQ_FDC'" />
|
|
<XS class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'XS_FDC'" />
|
|
<XS class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'XS_FDC'" />
|
|
<XH class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'XH_GDC'" />
|
|
<XH class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'XH_GDC'" />
|
|
<DWK class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'DWK_GDC'" />
|
|
<DWK class="general-appearance-body" :data="fjmap" :zmmap="zmmap" v-if="wpId === 'DWK_GDC'" />
|
|
@@ -71,6 +75,10 @@
|
|
<script>
|
|
<script>
|
|
import BtnGroup2 from "@com/coms/btn/btn-group-double.vue";
|
|
import BtnGroup2 from "@com/coms/btn/btn-group-double.vue";
|
|
// import gax6 from "../components/gax6.vue";
|
|
// import gax6 from "../components/gax6.vue";
|
|
|
|
+import MHS from "../components/generalappearance/mhs.vue";
|
|
|
|
+import NSS from "../components/generalappearance/nss.vue";
|
|
|
|
+import QS from "../components/generalappearance/qs.vue";
|
|
|
|
+import SBQ from "../components/generalappearance/sbq.vue";
|
|
import XS from "../components/generalappearance/xs.vue";
|
|
import XS from "../components/generalappearance/xs.vue";
|
|
import XH from "../components/generalappearance/xh.vue";
|
|
import XH from "../components/generalappearance/xh.vue";
|
|
import DWK from "../components/generalappearance/dwk.vue";
|
|
import DWK from "../components/generalappearance/dwk.vue";
|
|
@@ -84,6 +92,10 @@ export default {
|
|
components: {
|
|
components: {
|
|
// gax6,
|
|
// gax6,
|
|
BtnGroup2,
|
|
BtnGroup2,
|
|
|
|
+ MHS,
|
|
|
|
+ NSS,
|
|
|
|
+ QS,
|
|
|
|
+ SBQ,
|
|
XS,
|
|
XS,
|
|
XH,
|
|
XH,
|
|
DWK,
|
|
DWK,
|