修改放号管理

main
jinna 3 years ago
parent a65a026a7f
commit 5eb016f745
  1. 3
      src/views/booknumber/index.vue

@ -19,7 +19,7 @@
<span v-text='row.createDeptName'></span>
</template>
<template slot-scope="{row}" slot="menu">
<el-button @click="handleRegister(row)">修改</el-button>
<el-button type="text" @click="handleRegister(row)">修改</el-button>
</template>
<template slot-scope="scope" slot="menuLeft">
<el-button type="primary"
@ -397,6 +397,7 @@ export default {
this.isNumber = true;
this.isShow = true;
this.deptName = ''
this.tabArr = this.tabArr1
this.tabArr.map(item =>{
item.addForm={
addData: [

Loading…
Cancel
Save