Commit 3b060eb9 by tianxinyu

fec

parent e0c1f492
<template>
<m-fec ref="fec" title="dbafec" type="add"></m-fec>
</template>
<script>
import Dbifec from "~/views/Statics/Dbifec";
export default {
name: "StaticsDbaFec",
components: {
"m-fec": Dbifec
},
data() {
return {};
},
mounted() {
this.$refs.fec.rules['fecList'] = [
{ type: 'array', required: true, min: 1, message: '地址信息栏不能为空' }
]
}
};
</script>
<style>
</style>
\ No newline at end of file
<template>
<m-fec title="dbdfec" type="delete"></m-fec>
</template>
<script>
import Dbifec from "~/views/Statics/Dbifec";
export default {
name: "StaticsDbdfec",
components: {
"m-fec": Dbifec
},
data() {
return {};
},
};
</script>
<style>
</style>
\ No newline at end of file
<template>
<m-fec title="dbefec" type="edit"></m-fec>
</template>
<script>
import Dbifec from "~/views/Statics/Dbifec";
export default {
name: "StaticsDbefec",
components: {
"m-fec": Dbifec
},
data() {
return {};
},
};
</script>
<style>
</style>
\ No newline at end of file
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