Commit 7e4e9f67 authored by youjie's avatar youjie

pak返佣

parent d4a0574f
...@@ -595,7 +595,9 @@ ...@@ -595,7 +595,9 @@
label-width="100px" label-width="100px"
label-position="left"> label-position="left">
<el-input type="number" onkeyup="this.value=this.value.replace(/[^\d.]/g,'');" :min="0" :max="99999999" <el-input type="number" onkeyup="this.value=this.value.replace(/[^\d.]/g,'');" :min="0" :max="99999999"
v-model="item.Ratio"></el-input> v-model="item.Ratio" >
<template #append></template>
</el-input>
</el-form-item> </el-form-item>
</div> </div>
<div class="ImpressionTicketing-msg-but"> <div class="ImpressionTicketing-msg-but">
......
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
</tr> </tr>
<tr v-for="(item,index) in item.RakeBackList"> <tr v-for="(item,index) in item.RakeBackList">
<td>{{ item.MinGuest }}~{{ item.MaxGuest }}</td> <td>{{ item.MinGuest }}~{{ item.MaxGuest }}</td>
<td>{{ item.Ratio }}</td> <td>{{ item.Ratio }}</td>
</tr> </tr>
</table> </table>
<span slot="reference" class="price">{{ <span slot="reference" class="price">{{
......
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