平昌党建
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
|
||||
</template>
|
||||
<template #right>
|
||||
<ai-download v-if="permissions('app_appcontentinfo_export')" :instance="instance" url="/app/appcontentinfo/export" :params="params" fileName="数据列表" :disabled="tableData.length == 0">
|
||||
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
|
||||
</ai-download>
|
||||
<el-input
|
||||
v-model="search.title"
|
||||
class="search-input"
|
||||
@@ -56,7 +59,8 @@
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
moduleName: String,
|
||||
areaId: String
|
||||
areaId: String,
|
||||
permissions: Function
|
||||
},
|
||||
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user