| | |
| | | > |
| | | </a-space> |
| | | </template> |
| | | <template slot="status" slot-scope="{ record }"> |
| | | <a-tag color="green" v-if="record.status">可用</a-tag> |
| | | <a-tag color="red" v-else>不可用</a-tag> |
| | | </template> |
| | | <template slot="action" slot-scope="{ record }"> |
| | | <a-popover v-if="!record.currentFlag" title="" trigger="hover"> |
| | | <div class="" slot="content" style="width: 450px"> |
| | |
| | | customCell: this.customCell, |
| | | }, |
| | | { |
| | | title: "是否锁定", |
| | | title: "是否可用", |
| | | dataIndex: "status", |
| | | dataType: "boolean", |
| | | align: "center", |
| | |
| | | path: 'workplaceList', |
| | | name: '问题反馈查询', |
| | | meta: { |
| | | icon: "exceptionOutlined" |
| | | icon: "message" |
| | | }, |
| | | component: () => import('@/pages/workplace/workplaceList') |
| | | }, |