WXL
3 天以前 901206cc7e6d26d219ae52e92b1f29ba9738008b
src/views/followvisit/discharge/index.vue
@@ -317,10 +317,22 @@
          prop="createBy"
          width="120"
        />
        <el-table-column
          label="随访时间"
          sortable
          align="center"
          prop="visitTime"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{ parseTime(scope.row.visitTime) }}</span>
          </template>
        </el-table-column>
        <el-table-column
          label="完成时间"
          sortable
          align="center"
          prop="finishtime"
          width="160"
        >