Commit bc227f50 authored by renjintao's avatar renjintao

group

parent f1f6aab3
<template>
<div>
<Table border :columns="columns" :data="list" ref="table" class="tableCommon" stripe></Table>
<div class="footerWidth"><Button type="primary" long>新增</Button></div>
<div class="footerWidth"><Button type="primary" long>新增人员</Button></div>
<Modal v-model="modal" :title="title" width="1200" footer-hide>
<component :is="detail" :eid="curId" @on-close="cancel" @on-ok="ok" />
</Modal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment