Merge remote-tracking branch 'origin/main'
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2024-10-25 16:35:31 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2024-11-11 18:38:01 |
| | | * @LastEditTime: 2024-11-21 15:35:48 |
| | | * @FilePath: \bigScreen\src\router\index.js |
| | | * @Description: |
| | | * |
| | |
| | | const companyInfo = () => import('@/views/companyInfo/index.vue') |
| | | const routes = [ |
| | | { |
| | | path: '/:catchAll(.*)', |
| | | name: 'not-found', |
| | | redirect: '/layout', |
| | | }, |
| | | { |
| | | path: '', |
| | | redirect: '/layout', |
| | | }, |
| | |
| | | } |
| | | |
| | | .map-name { |
| | | color: rgb(66, 165, 252); |
| | | color: #FFEB3B; |
| | | } |
| | | |
| | | .map-icon { |
| | |
| | | {{ (pages.page - 1) * pages.pageSize + $index + 1 }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="名称" /> |
| | | <el-table-column prop="mainFuncName" label="作用" width="62" /> |
| | | <el-table-column width="62" label="操作" align="center"> |
| | | <el-table-column align="center" show-overflow-tooltip prop="firmName" label="企业名称" /> |
| | | <el-table-column align="center" show-overflow-tooltip prop="name" label="名称" /> |
| | | <el-table-column align="center" prop="mainFuncName" label="作用" width="62" /> |
| | | <el-table-column align="center" width="62" label="操作"> |
| | | <template #default="scope"> |
| | | <el-button link type="primary" size="small" :disabled="scope.row.lng == ''" @click="rowClick(scope.row)"> |
| | | 定位 |