|
|
|
@ -1,9 +1,12 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div class="mytable">
|
|
|
|
|
<div>
|
|
|
|
|
<el-row style="width: 100%;text-align: right;margin-bottom: 3px">
|
|
|
|
|
<el-button size="small" type="primary" @click="getList" >查询</el-button>
|
|
|
|
|
<el-button size="small" type="success" @click="add" >新增</el-button>
|
|
|
|
|
<el-button size="small" type="danger" @click="remove" >删除</el-button>
|
|
|
|
|
<el-button size="small" type="success" @click="saveGxcd" >保存</el-button>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<vxe-grid
|
|
|
|
|
id="dhId"
|
|
|
|
|
ref="xGridDh"
|
|
|
|
@ -47,13 +50,14 @@
|
|
|
|
|
></vxe-input>
|
|
|
|
|
</template>
|
|
|
|
|
</vxe-grid>
|
|
|
|
|
</el-row>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import {getDhjhAll, saveDhjh, removeDhjh} from '@/api/jhzx/pc'
|
|
|
|
|
export default {
|
|
|
|
|
name:'GxCD',
|
|
|
|
|
name:'Dhjh',
|
|
|
|
|
props:{
|
|
|
|
|
height:{
|
|
|
|
|
type:Number,
|
|
|
|
|