feat:文件夹整理
Showing
7 changed files
with
12 additions
and
17 deletions
File moved
... | @@ -21,42 +21,37 @@ | ... | @@ -21,42 +21,37 @@ |
21 | </div> | 21 | </div> |
22 | </template> | 22 | </template> |
23 | 23 | ||
24 | <script> | 24 | <script> |
25 | import { getJtfcInfo } from "@/api/sqcxjl"; | 25 | import imgPath from "./djbyb.png" |
26 | import imgPath from "./打印登记薄.png" //先导入 | ||
27 | |||
28 | export default { | 26 | export default { |
29 | components: {}, | 27 | components: {}, |
30 | props: ["formData"], | 28 | props: ["formData"], |
31 | 29 | ||
32 | created() { | 30 | created () { |
33 | var sqcxdata = this.formData.sqcxdata; | 31 | var sqcxdata = this.formData.sqcxdata; |
34 | this.ruleForm = sqcxdata; | 32 | this.ruleForm = sqcxdata; |
35 | }, | 33 | }, |
36 | 34 | ||
37 | data() { | 35 | data () { |
38 | return { | 36 | return { |
39 | ruleForm: { | 37 | ruleForm: { |
40 | cxsj: "", | 38 | cxsj: "", |
41 | bdcdyh: "", | 39 | bdcdyh: "", |
42 | }, | 40 | }, |
43 | imgUrl:imgPath, | 41 | imgUrl: imgPath, |
44 | }; | 42 | }; |
45 | }, | 43 | }, |
46 | 44 | mounted () { }, | |
47 | mounted() {}, | ||
48 | |||
49 | methods: {}, | 45 | methods: {}, |
50 | }; | 46 | }; |
51 | </script> | 47 | </script> |
52 | <style scoped lang="scss"> | 48 | <style scoped lang="scss"> |
53 | @import "~@/styles/mixin.scss"; | 49 | @import "~@/styles/mixin.scss"; |
54 | 50 | ||
55 | .table1 { | 51 | .table1 { |
56 | border-spacing: 0; | 52 | border-spacing: 0; |
57 | border-collapse: collapse; | 53 | border-collapse: collapse; |
58 | width: 100%; | 54 | width: 100%; |
59 | |||
60 | } | 55 | } |
61 | 56 | ||
62 | .table1 td { | 57 | .table1 td { | ... | ... |
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
39 | import { mapGetters } from "vuex"; | 39 | import { mapGetters } from "vuex"; |
40 | import table from "@/utils/mixin/table"; | 40 | import table from "@/utils/mixin/table"; |
41 | import { datas, sendThis } from "./dydjbdata"; | 41 | import { datas, sendThis } from "./dydjbdata"; |
42 | import { getJtfcPage } from "@/api/jtfc"; | 42 | import { getJtfcPage } from "@/api/sqcx"; |
43 | 43 | ||
44 | export default { | 44 | export default { |
45 | name: "dydjb", | 45 | name: "dydjb", | ... | ... |
... | @@ -46,7 +46,7 @@ | ... | @@ -46,7 +46,7 @@ |
46 | 46 | ||
47 | <script> | 47 | <script> |
48 | import personInfoTable from '@/views/components/personInfoTable' | 48 | import personInfoTable from '@/views/components/personInfoTable' |
49 | import { addJtfcCxjgXx } from '@/api/jtfc' | 49 | import { addJtfcCxjgXx } from '@/api/sqcx' |
50 | import { datas, sendThis } from "./addjtfcdata"; | 50 | import { datas, sendThis } from "./addjtfcdata"; |
51 | 51 | ||
52 | export default { | 52 | export default { | ... | ... |
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | <script> | 36 | <script> |
37 | import table from "@/utils/mixin/table"; | 37 | import table from "@/utils/mixin/table"; |
38 | import { datas, sendThis } from "./jtfcdata"; | 38 | import { datas, sendThis } from "./jtfcdata"; |
39 | import { getJtfcPage } from "@/api/jtfc"; | 39 | import { getJtfcPage } from "@/api/sqcx"; |
40 | import addjtfc from "./components/addjtfc.vue"; | 40 | import addjtfc from "./components/addjtfc.vue"; |
41 | export default { | 41 | export default { |
42 | name: "jtfc", | 42 | name: "jtfc", | ... | ... |
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
37 | <script> | 37 | <script> |
38 | import table from "@/utils/mixin/table"; | 38 | import table from "@/utils/mixin/table"; |
39 | import { datas, sendThis } from "./sqcxjldata"; | 39 | import { datas, sendThis } from "./sqcxjldata"; |
40 | import { getJtfcPage } from "@/api/jtfc"; | 40 | import { getJtfcPage } from "@/api/sqcx"; |
41 | export default { | 41 | export default { |
42 | name: "sqcxjl", | 42 | name: "sqcxjl", |
43 | mixins: [table], | 43 | mixins: [table], | ... | ... |
-
Please register or sign in to post a comment