Commit 0ec22352 authored by Marcus's avatar Marcus

客户投诉跟进

parent 8b054d4a
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<el-table-column <el-table-column
prop="followUserId" prop="followUserId"
label="跟进业务" label="跟进业务"
:formatter="(row, column, cellValue) => serviceUserList.find(e => e.id === cellValue).nickname" :formatter="(row, column, cellValue) => serviceUserList.find(e => e.id === cellValue) ? serviceUserList.find(e => e.id === cellValue).nickname : ''"
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<customer-follow :customer-id="form.id"></customer-follow> <customer-follow v-show="!!this.form.id" :customer-id="form.id"></customer-follow>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="submitForm">确 定</el-button> <el-button type="primary" @click="submitForm">确 定</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment