- +
@@ -27,20 +27,20 @@ import topHeader from './comps/topHeader' import Cq from "@/views/kban/comps/MainCq.vue"; import Menu from "@/views/kban/comps/Menu.vue"; -import MainVideo from "@/views/kban/comps/MainVideo.vue"; import MainChanLian from "@/views/kban/comps/MainChanLian.vue"; import MainYueChanLiang from "@/views/kban/comps/MainYueChanLiang.vue"; import MainGeYueChanLiang from "@/views/kban/comps/MainGeYueChanLiang.vue"; import MainGxChanLiang from "@/views/kban/comps/GxChanLiang.vue"; +import MainGcjd from "@/views/kban/comps/MainGcjd.vue"; export default { name: 'DataView', components: { + MainGcjd, MainGxChanLiang, MainGeYueChanLiang, MainYueChanLiang, MainChanLian, - MainVideo, Menu, Cq, topHeader, diff --git a/src/views/zyjhzx/components/Container.vue b/src/views/zyjhzx/components/Container.vue new file mode 100644 index 0000000..210baef --- /dev/null +++ b/src/views/zyjhzx/components/Container.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/views/zyjhzx/components/Drawer.vue b/src/views/zyjhzx/components/Drawer.vue new file mode 100644 index 0000000..90c7970 --- /dev/null +++ b/src/views/zyjhzx/components/Drawer.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/src/views/zyjhzx/pwanpgong/index.vue b/src/views/zyjhzx/pwanpgong/index.vue index bfb450c..2098970 100644 --- a/src/views/zyjhzx/pwanpgong/index.vue +++ b/src/views/zyjhzx/pwanpgong/index.vue @@ -4,6 +4,7 @@ +
@@ -18,10 +19,11 @@ import {getBzryList} from "@/api/sjzx/bzzGL"; import {dict, getYcldw, shangLiao} from "@/api/zyjh"; import ZyjhSelectComp from "@/views/zyjhzx/components/SelectComp.vue"; import TipsComp from "@/views/zyjhzx/components/TipsComp.vue"; +import Drawer from "@/views/zyjhzx/components/Drawer.vue"; export default { name:'PWanPGong', - components: {TipsComp, ZyjhSelectComp, PWanPgd}, + components: {Drawer, TipsComp, ZyjhSelectComp, PWanPgd}, data(){ return { title:'抛 丸 作 业 派 工', @@ -149,5 +151,6 @@ export default { .container{ background: #ddd; + height: 100vh; } diff --git a/src/views/zyjhzx/pwanpgong/index_bak.vue b/src/views/zyjhzx/pwanpgong/index_bak.vue new file mode 100644 index 0000000..faa6df1 --- /dev/null +++ b/src/views/zyjhzx/pwanpgong/index_bak.vue @@ -0,0 +1,14 @@ + +