| | |
| | | v-if="permission.clientManagement_delete" |
| | | @click="handleDelete">删 除 |
| | | </el-button> |
| | | <span><!--图例 components--> |
| | | <Legend :datas="datalistLIU"></Legend> |
| | | </span> |
| | | </template> |
| | | |
| | | |
| | |
| | | import {getList, remove, update, add, getclient, getDeptLazyTree, getAll, updates} from "@/api/client/client"; |
| | | import {mapGetters} from "vuex"; |
| | | import axios from "axios"; |
| | | import Legend from '../../components/liu-legend/Legend' |
| | | |
| | | export default { |
| | | components:{ |
| | | Legend, |
| | | }, |
| | | created() { |
| | | //this.payWin(); |
| | | }, |
| | | data() { |
| | | return { |
| | | //legend-liu数据 |
| | | datalistLIU:[ |
| | | { |
| | | color: 'rgb(233, 39, 25)', |
| | | text: '掉线' |
| | | }, |
| | | { |
| | | color: 'black', |
| | | text: '在线' |
| | | } |
| | | ], |
| | | form: {}, |
| | | query: {}, |
| | | showMap: false, |