Commit 61503057 authored by guoyou's avatar guoyou

调度

parent a39921be
...@@ -120,6 +120,7 @@ ...@@ -120,6 +120,7 @@
<span v-if="scope.row.bookType==8">禁用</span> <span v-if="scope.row.bookType==8">禁用</span>
<span v-if="scope.row.bookType==9">客户用车</span> <span v-if="scope.row.bookType==9">客户用车</span>
<span v-if="scope.row.bookType==10">其他</span> <span v-if="scope.row.bookType==10">其他</span>
<span v-if="scope.row.bookType==11">调度</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="预定取/还时间" width="200"> <el-table-column align="center" label="预定取/还时间" width="200">
...@@ -925,6 +926,10 @@ export default { ...@@ -925,6 +926,10 @@ export default {
{ {
id: '10', id: '10',
name: '其他' name: '其他'
},
{
id: '11',
name: '调度'
} }
], ],
detailId: '', detailId: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment