Commit 47224caa authored by 黄奎's avatar 黄奎

页面修改

parent 140e200d
......@@ -682,9 +682,9 @@
<div v-else ref="TcTravel_Table">
<table class="TcTravel_Table">
<tbody>
<tr v-for="(item,index) in tripDays">
<tr v-for="(item,index) in tripDays" :key="index+1000000">
<td contenteditable="true">
<div v-for="subItem in item.dayArray">
<div v-for="(subItem,subIndex) in item.dayArray" :key="subIndex+2000000">
<span v-if="subItem.type==7">
{{subItem.childItem.title}}
</span>
......@@ -753,7 +753,8 @@
元.
</el-form-item>
<el-form-item :label="(CtObj.clientNumber?CtObj.clientNumber:'')+'人合计'">
<el-input type="text" v-model="CtObj.totalMoneyInfo" maxlength="500" class="w300" placeholder="8人合计:8*22800元/人=182400元"></el-input>
<el-input type="text" v-model="CtObj.totalMoneyInfo" maxlength="500" class="w300"
placeholder="8人合计:8*22800元/人=182400元"></el-input>
</el-form-item>
</div>
</div>
......
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