Browse Source

失访标记为待随访

newMaster
1747191978@qq.com 4 months ago
parent
commit
715a0bc481
  1. 6
      acupuncture-前台/src/views/followFile/index.vue

6
acupuncture-前台/src/views/followFile/index.vue

@ -123,14 +123,14 @@
</template>
</el-table-column>
<el-table-column
label="状态"
label="类型"
align="center"
show-overflow-tooltip
min-width="100"
>
<template slot-scope="scope">
<span v-if="scope.row.type == 1"> 公共</span>
<span v-if="scope.row.status == 1" style="color: #67C23A">本院</span>
<span v-if="scope.row.type == 1"> 公共队列</span>
<span v-if="scope.row.status == 1" style="color: #67C23A">本院队列</span>
</template>
</el-table-column>
<el-table-column

Loading…
Cancel
Save