style:业务号跳转业务流程
Showing
6 changed files
with
8 additions
and
9 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-09-18 13:45:50 | 4 | * @LastEditTime: 2023-09-18 15:07:44 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djxxTable"> | 7 | <div class="djxxTable"> |
| ... | @@ -11,10 +11,10 @@ | ... | @@ -11,10 +11,10 @@ |
| 11 | </template> | 11 | </template> |
| 12 | 12 | ||
| 13 | <script> | 13 | <script> |
| 14 | import djbDetail from "./components/djbDetail.vue" | ||
| 15 | import { datas } from "./qlxxFormData.js"; | 14 | import { datas } from "./qlxxFormData.js"; |
| 16 | import { getSjlx } from "@/utils/dictionary.js"; | 15 | import { getSjlx } from "@/utils/dictionary.js"; |
| 17 | import { getCfdjList } from "@/api/djbDetail.js"; | 16 | import { getCfdjList } from "@/api/djbDetail.js"; |
| 17 | import djbDetail from "./components/djbDetail.vue" | ||
| 18 | export default { | 18 | export default { |
| 19 | components: { | 19 | components: { |
| 20 | djbDetail | 20 | djbDetail | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
| 4 | * @LastEditTime: 2023-09-18 13:41:23 | 4 | * @LastEditTime: 2023-09-18 15:04:54 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djxxTable"> | 7 | <div class="djxxTable"> |
| ... | @@ -11,10 +11,10 @@ | ... | @@ -11,10 +11,10 @@ |
| 11 | </template> | 11 | </template> |
| 12 | 12 | ||
| 13 | <script> | 13 | <script> |
| 14 | import djbDetail from "./components/djbDetail.vue" | ||
| 15 | import { datas } from "./qlxxFormData.js"; | 14 | import { datas } from "./qlxxFormData.js"; |
| 16 | import { getSjlx, getDictLeabel } from "@/utils/dictionary.js"; | 15 | import { getSjlx, getDictLeabel } from "@/utils/dictionary.js"; |
| 17 | import { getDiyiqList } from "@/api/djbDetail.js"; | 16 | import { getDiyiqList } from "@/api/djbDetail.js"; |
| 17 | import djbDetail from "./components/djbDetail.vue" | ||
| 18 | export default { | 18 | export default { |
| 19 | components: { | 19 | components: { |
| 20 | djbDetail | 20 | djbDetail | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: miaofang | 3 | * @Autor: miaofang |
| 4 | * @LastEditTime: 2023-09-18 13:42:34 | 4 | * @LastEditTime: 2023-09-18 15:01:13 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="djxxTable"> | 7 | <div class="djxxTable"> |
| ... | @@ -18,7 +18,6 @@ | ... | @@ -18,7 +18,6 @@ |
| 18 | components: { | 18 | components: { |
| 19 | djbDetail | 19 | djbDetail |
| 20 | }, | 20 | }, |
| 21 | |||
| 22 | data () { | 21 | data () { |
| 23 | return { | 22 | return { |
| 24 | shows: false, | 23 | shows: false, | ... | ... |
| ... | @@ -13,8 +13,8 @@ | ... | @@ -13,8 +13,8 @@ |
| 13 | <script> | 13 | <script> |
| 14 | import { datas } from "./qlxxFormData.js"; | 14 | import { datas } from "./qlxxFormData.js"; |
| 15 | import { getYgdjList } from "@/api/djbDetail.js"; | 15 | import { getYgdjList } from "@/api/djbDetail.js"; |
| 16 | import djbDetail from "./components/djbDetail.vue" | ||
| 17 | import { getSjlx, getDictLeabel } from "@/utils/dictionary.js"; | 16 | import { getSjlx, getDictLeabel } from "@/utils/dictionary.js"; |
| 17 | import djbDetail from "./components/djbDetail.vue" | ||
| 18 | export default { | 18 | export default { |
| 19 | components: { | 19 | components: { |
| 20 | djbDetail, | 20 | djbDetail, | ... | ... |
-
Please register or sign in to post a comment