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