Commit 0cc6e976 by huangxin

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents b37c7d9c 13788d25
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
import Dbifec from "~/views/Statics/Dbifec"; import Dbifec from "~/views/Statics/Dbifec";
export default { export default {
name: "StaticsDbaFec", name: "StaticsDbafec",
components: { components: {
"m-fec": Dbifec "m-fec": Dbifec
}, },
......
export default class Pty { export default class Fec {
constructor() { constructor() {
this.data = { this.data = {
inr: "", inr: "",
......
...@@ -668,7 +668,7 @@ ...@@ -668,7 +668,7 @@
<script> <script>
export default { export default {
name: "", name: "fec",
props: ["model"], props: ["model"],
data() { data() {
return {}; return {};
......
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
<script> <script>
export default { export default {
name: "", name: "fee",
props: ["model"], props: ["model"],
data() { data() {
return {}; return {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment