Browse Source

随访工单待随访已随访去掉失访原因

newMaster
1747191978@qq.com 4 months ago
parent
commit
2cde796aaa
  1. 4
      acupuncture-前台/src/views/followFile/work.vue

4
acupuncture-前台/src/views/followFile/work.vue

@ -61,12 +61,12 @@
</el-table-column> </el-table-column>
<!-- <el-table-column <!-- <el-table-column
label="失访状态" label="失访状态"
align="center" align="center"yuy
prop="phone" prop="phone"
show-overflow-tooltip show-overflow-tooltip
width="150" width="150"
/> --> /> -->
<el-table-column label="失访原因" align="center" prop="reason" show-overflow-tooltip width="150" /> <el-table-column v-if="queryParams.param.status == 2" label="失访原因" align="center" prop="reason" show-overflow-tooltip width="200" />
<el-table-column fixed="right" label="操作" align="center" width="150"> <el-table-column fixed="right" label="操作" align="center" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button :disabled="scope.row.status != 0" size="mini" type="text" icon="el-icon-s-check" <el-button :disabled="scope.row.status != 0" size="mini" type="text" icon="el-icon-s-check"

Loading…
Cancel
Save