|
|
|
@ -37,6 +37,12 @@
|
|
|
|
<span v-if="scope.row.is_pay==0">否</span>
|
|
|
|
<span v-if="scope.row.is_pay==0">否</span>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column prop="his_is_emergency" label="是否加急" width="80">
|
|
|
|
|
|
|
|
<template #default="scope">
|
|
|
|
|
|
|
|
<span v-if="scope.row.his_is_emergency==1" style="color: orangered;">是</span>
|
|
|
|
|
|
|
|
<span v-if="scope.row.his_is_emergency==0">否</span>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column prop="department_resources.department_resources_name" label="预约资源" width="120" />
|
|
|
|
<el-table-column prop="department_resources.department_resources_name" label="预约资源" width="120" />
|
|
|
|
<el-table-column prop="reservation_date" label="预约日期" width="120" />
|
|
|
|
<el-table-column prop="reservation_date" label="预约日期" width="120" />
|
|
|
|
<el-table-column prop="check_begin_time" label="预约时间" width="120">
|
|
|
|
<el-table-column prop="check_begin_time" label="预约时间" width="120">
|
|
|
|
|