Commit b137e271 by zhao_shaonan

修改数据格式

parent 6cacced6
<template>
<div id="callList">
<list-commonPage :defaultFormThead="defaultFormThead"></list-commonPage>
</div>
<div id="callList">
<list-commonPage :defaultFormThead="defaultFormThead"></list-commonPage>
</div>
</template>
<script>
import listCommonPage from './listCommonPage.vue'
export default {
name: "callList",
components:{
listCommonPage
import listCommonPage from "./listCommonPage.vue";
export default {
name: "callList",
components: {
listCommonPage
},
data() {
return {
defaultFormThead: [
{
/*table默认得表头*/
label: "案事件编号",
prop: "asjbh"
},
data(){
return {
defaultFormThead: [
{
/*table默认得表头*/
label: "案事件编号",
prop: "asjbh"
},
{
label: "案件类别",
prop: "ajlb"
},
{
label: "案件名称",
prop: "ajmc"
},
{
label: "简要警情",
prop: "jyaq"
}
],
}
{
label: "案件类别",
prop: "ajlb"
},
{
label: "案件名称",
prop: "ajmc"
},
{
label: "简要警情",
prop: "jyaq"
}
}
]
};
}
};
</script>
<style scoped>
</style>
<style scoped></style>
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