|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="box"> |
|
|
|
<div style="width: 150%"> |
|
|
|
<el-card style="height:600px"> |
|
|
|
<div style="width: 90%"> |
|
|
|
<el-card style="height:600px;width:100%"> |
|
|
|
<el-row style="margin-top: 20px; margin-left: 15px"> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-autocomplete |
|
|
|
@ -52,7 +52,7 @@ |
|
|
|
<div style="width: 85%"> |
|
|
|
<el-table |
|
|
|
:data="tableData" |
|
|
|
style="width: 95%; " |
|
|
|
style="width: 100%; " |
|
|
|
row-key="id" |
|
|
|
height="500" |
|
|
|
class="el-table__body-wrapper tbody" |
|
|
|
@ -391,12 +391,14 @@ |
|
|
|
<!-- 按钮区域 --> |
|
|
|
<div style="margin-left: 10px; margin-top: 7%"> |
|
|
|
<el-button type="primary" @click="add">新增</el-button> |
|
|
|
<el-button |
|
|
|
<div> |
|
|
|
<el-button |
|
|
|
type="primary" |
|
|
|
@click="editpopup" |
|
|
|
style="margin-left: 0; margin-top: 10px" |
|
|
|
>编辑</el-button |
|
|
|
> |
|
|
|
</div> |
|
|
|
<div style="margin-top: 10px"> |
|
|
|
<el-button type="danger" @click="delsrts">删除</el-button> |
|
|
|
</div> |
|
|
|
@ -1775,6 +1777,7 @@ export default { |
|
|
|
<style scoped> |
|
|
|
.box { |
|
|
|
display: flex; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
</style> |