Commit 70b2168c by “wufan”

前端页面gitopn修改

parent 5f3c8f8f
...@@ -11,14 +11,12 @@ ...@@ -11,14 +11,12 @@
</div> </div>
</template> </template>
<script> <script>
import event from '../event';
import Cnyp1 from "./Cnyp1"; import Cnyp1 from "./Cnyp1";
import Voup from "./Voup"; import Voup from "./Voup";
const tabNameToRulePathMapping = { const tabNameToRulePathMapping = {
"voup": "cnybop.voup", "voup": "cnybop.voup",
} }
export default { export default {
components: { components: {
"m-cnyp1": Cnyp1, "m-cnyp1": Cnyp1,
...@@ -26,7 +24,7 @@ export default { ...@@ -26,7 +24,7 @@ export default {
}, },
inject: ["root"], inject: ["root"],
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess,Event], mixins: [event],
data() { data() {
return { return {
activeNames: ["cnyp1"], activeNames: ["cnyp1"],
......
...@@ -635,7 +635,8 @@ ...@@ -635,7 +635,8 @@
</div> </div>
</template> </template>
<script> <script>
import event from '../event' import event from '../event';
import InputXml from "~/components/InputXml";
export default { export default {
components: { InputXml }, components: { InputXml },
inject: ["root"], inject: ["root"],
......
...@@ -176,7 +176,7 @@ export default { ...@@ -176,7 +176,7 @@ export default {
}; };
}, },
// 里面包含了Default、Check等的公共处理 // 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs,event], mixins: [commonProcess, commonFuncs, event],
data() { data() {
return { return {
tabVal: "ovwp", tabVal: "ovwp",
......
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