79dfe818 by 任超

feat:文件夹整理

1 parent 9fbb4689
......@@ -21,42 +21,37 @@
</div>
</template>
<script>
import { getJtfcInfo } from "@/api/sqcxjl";
import imgPath from "./打印登记薄.png" //先导入
<script>
import imgPath from "./djbyb.png"
export default {
components: {},
props: ["formData"],
created() {
created () {
var sqcxdata = this.formData.sqcxdata;
this.ruleForm = sqcxdata;
},
data() {
data () {
return {
ruleForm: {
cxsj: "",
bdcdyh: "",
},
imgUrl:imgPath,
imgUrl: imgPath,
};
},
mounted() {},
mounted () { },
methods: {},
};
</script>
<style scoped lang="scss">
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
.table1 {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
.table1 td {
......
......@@ -39,7 +39,7 @@
import { mapGetters } from "vuex";
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./dydjbdata";
import { getJtfcPage } from "@/api/jtfc";
import { getJtfcPage } from "@/api/sqcx";
export default {
name: "dydjb",
......
......@@ -46,7 +46,7 @@
<script>
import personInfoTable from '@/views/components/personInfoTable'
import { addJtfcCxjgXx } from '@/api/jtfc'
import { addJtfcCxjgXx } from '@/api/sqcx'
import { datas, sendThis } from "./addjtfcdata";
export default {
......
......@@ -36,7 +36,7 @@
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./jtfcdata";
import { getJtfcPage } from "@/api/jtfc";
import { getJtfcPage } from "@/api/sqcx";
import addjtfc from "./components/addjtfc.vue";
export default {
name: "jtfc",
......
......@@ -37,7 +37,7 @@
<script>
import table from "@/utils/mixin/table";
import { datas, sendThis } from "./sqcxjldata";
import { getJtfcPage } from "@/api/jtfc";
import { getJtfcPage } from "@/api/sqcx";
export default {
name: "sqcxjl",
mixins: [table],
......