| | |
| | | </basic-container> |
| | | </template> |
| | | <script setup> |
| | | import { Delete, Plus } from '@element-plus/icons-vue' |
| | | import { ElMessage, ElMessageBox, ElLoading } from 'element-plus' |
| | | import { operatingIncomePage, operatingIncomeUpdate, operatingIncomeAdd, operatingIncomeBatchDelete } from './operatingIncomeApi' |
| | | |
| | |
| | | 删除 |
| | | </el-button> |
| | | <el-button |
| | | :icon="Setting" |
| | | color="#ECECF4" |
| | | :disabled="selectedIds.length !== 1" |
| | | v-if="permission.orderRole_set" |
| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import { Delete, Plus, RefreshRight, Search } from '@element-plus/icons-vue' |
| | | import { Delete, Plus, Setting, RefreshRight, Search } from '@element-plus/icons-vue' |
| | | import { computed, onMounted, ref } from 'vue' |
| | | import { ElMessage, ElMessageBox } from 'element-plus' |
| | | import { getRoleListNew as getRolePage, remove } from '@/api/system/role' |