Browse Source

针灸随访工单操作宽度调整

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

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

@ -64,14 +64,14 @@
<!--待随访 随访状态待随访/即将超期/超期 -->
<!--已随访 随访状态已随访/超随访期 -->
<!--待随访 随访状态待随访 -->
<el-table-column label="随访状态" align="center" prop="phone" show-overflow-tooltip min-width="150" fixed="right">
<el-table-column label="随访状态" align="center" prop="phone" show-overflow-tooltip min-width="100" fixed="right">
<template slot-scope="scope">
<span :class="classStatus[scope.row.status] ">{{ status[scope.row.status] }}</span>
</template>
</el-table-column>
<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="180">
<el-table-column fixed="right" label="操作" align="center" width="100">
<template slot-scope="scope">
<!-- 待随访 -->
<!-- <div v-if="queryParams.param.status == 0">

Loading…
Cancel
Save