This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
zkPCproject
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
newStyle
lancer
3 years ago
parent
de596240ed
commit
77cbfa293b
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/Customer/index.vue
+1
-0
src/views/admin/dept/index.vue
+ 1
- 1
src/views/Customer/index.vue
View File
@@ -217,7 +217,7 @@
align="center"
>
</el-table-column>
<el-table-column prop="agentName" label="
销售
顾问" width="110" align="center">
<el-table-column prop="agentName" label="
置业
顾问" width="110" align="center">
</el-table-column>
<el-table-column prop="level" label="客户等级" align="center">
<template slot-scope="{ row }">
+ 1
- 0
src/views/admin/dept/index.vue
View File
@@ -218,6 +218,7 @@ export default {
// this.$message.warning('没有别的部门啦!')
this.$api.api.deptDel({
houseId:this.houseId,
deptId:row.deptId
// ...this.deptForm,
})
.then(res=>{
Write
Preview
Loading…
Cancel
Save