|
|
@ -2,7 +2,7 @@ |
|
|
|
<div class="g-main"> |
|
|
|
<div> |
|
|
|
<div class="m-table"> |
|
|
|
<!-- <div class="div_btn"><el-button size="small" type="primary " @click="handleAdd({}, 'add')">新增</el-button></div> --> |
|
|
|
<div class="div_btn"><el-button size="small" type="primary " @click="handleAdd({}, 'add')">新增</el-button></div> |
|
|
|
<el-table :data="tableData" border class="m-table-item" style="width: 100%" :height="maxTableHeight"> |
|
|
|
<!-- <el-table-column label="" fixed="left" type="selection" align="center" width="50" /> --> |
|
|
|
<el-table-column label="序号" fixed="left" type="index" align="center" width="50" /> |
|
|
|