|
|
@@ -138,20 +138,23 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!--?编辑弹框?--> |
|
|
|
<el-dialog title="编辑" :visible.sync="isshowage"> |
|
|
|
<div style="display: flex;align-items: center;height: 40px;"> |
|
|
|
<div style="margin-left: 160px;">类名:</div> |
|
|
|
<div> |
|
|
|
<input v-model="frosasd.name" style="width: 280px;" type="text"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="display: flex;justify-content: center;"> |
|
|
|
<button style="width: 100px;height: 40px;" @click="submicll()">取消</button> |
|
|
|
<button style="width: 100px;height: 40px;margin-left: 60px;" @click="submiadd()">提交</button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
<!--?编辑弹框?--> |
|
|
|
<el-dialog title="编辑" :visible.sync="isshowage"> |
|
|
|
<div style="display: flex;align-items: center;height: 40px;"> |
|
|
|
<div>类名:</div> |
|
|
|
<div> |
|
|
|
<el-input type="text" v-model="frosasd.name" autocomplete="off"></el-input> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="submicll()">取 消</el-button> |
|
|
|
<el-button type="primary" @click="submiadd()">提交</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|