Commit cc191342 authored by 黄奎's avatar 黄奎

1

parent b467be41
...@@ -72,10 +72,10 @@ ...@@ -72,10 +72,10 @@
{{item.DayNum}} {{item.DayNum}}
</td> </td>
<td> <td>
<el-input v-model="item.ChangeValue" style="width:100px;"></el-input> <el-input v-model="item.ChangeValue" style="width:100px;" max="6"></el-input>
</td> </td>
<td> <td>
<el-input v-model="item.ChangeRemarks" style="width:100px;"></el-input> <el-input v-model="item.ChangeRemarks" style="width:100px;" maxlength="50"></el-input>
</td> </td>
<td> <td>
<a style="color:red;cursor:pointer;" @click="DeleteOfferChange(item,index)">删除</a> <a style="color:red;cursor:pointer;" @click="DeleteOfferChange(item,index)">删除</a>
......
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