| | |
| | | <icon-show :name="permissionList.addBtn.source"></icon-show> |
| | | 创建 |
| | | </el-button> |
| | | <el-button v-if="!permissionList.importBtn" class="button-custom-icon" plain size="small" type="primary" |
| | | <el-button v-if="permissionList.importBtn" class="button-custom-icon" plain size="small" type="primary" |
| | | @click="upLoadClickHandler"> |
| | | <icon-show :name="permissionList.importBtn.source"></icon-show> |
| | | 导入 |
| | |
| | | column: [{ |
| | | label: '名称', |
| | | prop: 'plName', |
| | | search: true |
| | | search: true, |
| | | overHidden:true |
| | | }, { |
| | | label: 'UI上下文', |
| | | prop: 'plCode', |
| | | search: true, |
| | | sortable: true, |
| | | overHidden:true |
| | | }, { |
| | | label: '导航区', |
| | | prop: 'plIsShowNavigator', |