bug·
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
<template>
|
||||
<section class="needsStatistics">
|
||||
<ai-list>
|
||||
<template #content>
|
||||
<ai-search-bar>
|
||||
<template #left>
|
||||
<!-- <el-input size="small" placeholder="搜索企业名称" v-model="search.enterpriseName" clearable
|
||||
@change="page.current=1,getTableData()"/> -->
|
||||
</template>
|
||||
</ai-search-bar>
|
||||
|
||||
</template>
|
||||
</ai-list>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {mapState} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "needsStatistics",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
permissions: Function
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user'])
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getTableData() {
|
||||
|
||||
},
|
||||
},
|
||||
created() {
|
||||
this.getTableData()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.needsStatistics {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user