Commit ea389b54 authored by 黄奎's avatar 黄奎

11

parent a42bfdc8
...@@ -100,9 +100,9 @@ ...@@ -100,9 +100,9 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('leader.leader_Guide')" prop="GuideName" width="100"> <el-table-column :label="$t('leader.leader_Guide')" prop="GuideName" width="150">
<template #default="{row}"> <template #default="{row}">
<span v-if="row.isFirst">{{row.parent.GuideName}}</span> <span v-if="row.isFirst">{{row.parent.GuideName}}({{row.parent.GuideSpareTel}})</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
StartDate: '', StartDate: '',
EndDate: '', EndDate: '',
//酒店编号 //酒店编号
HotelId: 0, HotelId: 10200,
//日期 //日期
DateStr: "", DateStr: "",
//出团公司 //出团公司
......
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