Browse Source

'机制建设按钮'

master
wbc 4 weeks ago
parent
commit
1b5b326fcd
  1. 2
      src/views/informationSub/iconic/index.vue
  2. 2
      src/views/informationSub/mechanism/index.vue

2
src/views/informationSub/iconic/index.vue

@ -7,7 +7,7 @@
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />
</template>
<template #tableTitle>
<el-button type="primary" round @click="handleAdd" v-if="isShowByRoles('manageOrg')">新增信息材料</el-button>
<el-button type="primary" round @click="handleAdd" >新增信息材料</el-button>
<el-button type="primary" round @click="handleBatchdownload"> 批量导出</el-button>
</template>
</BasicTable>

2
src/views/informationSub/mechanism/index.vue

@ -7,7 +7,7 @@
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" />
</template>
<template #tableTitle>
<el-button type="primary" round @click="handleAdd" v-if="isShowByRoles('manageOrg')">新增信息材料</el-button>
<el-button type="primary" round @click="handleAdd">新增信息材料</el-button>
<el-button type="primary" round @click="handleBatchdownload"> 批量导出</el-button>
</template>
</BasicTable>

Loading…
Cancel
Save