提交 1a12d335 authored 作者: 王天霸's avatar 王天霸

323424

上级 a8d36356
差异被折叠。
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -25,11 +25,7 @@ ...@@ -25,11 +25,7 @@
<el-select v-model="form.bank_id" placeholder="选择到账银行卡" style="width:260px;"> <el-select v-model="form.bank_id" placeholder="选择到账银行卡" style="width:260px;">
<el-option v-for="item in banklist" :key="item.Id" <el-option v-for="item in banklist" :key="item.Id"
:label="item.bank_name ? item.bank_name : item.bank_account_name" :label="item.bank_name ? item.bank_name : item.bank_account_name"
<<<<<<< HEAD
:value="item.id"></el-option> :value="item.id"></el-option>
=======
:value="item.id ? item.id : item.Id"></el-option>
>>>>>>> dev_hxz
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="提现金额" prop="amount"> <el-form-item label="提现金额" prop="amount">
...@@ -288,13 +284,17 @@ ...@@ -288,13 +284,17 @@
} //methods结束 } //methods结束
}; };
</script> </script>
<style scoped lang="scss" type="text/stylus"> <style scoped >
.ruleFormshop { .ruleFormshop {
width: 500px; width: 500px;
margin: 20px 0 0 120px; margin: 20px 0 0 120px;
} }
/deep/.spe-code-con-item .el-input-group__append { /deep/ .spe-code-con-item .el-input-group__append {
cursor: pointer; cursor: pointer;
} }
/deep/ .el-card__body{
height :calc(100% - 50px);
overflow-y: scroll;
}
</style> </style>
...@@ -142,31 +142,31 @@ ...@@ -142,31 +142,31 @@
<div class="cell">商品图</div> <div class="cell">商品图</div>
</td> </td>
<td> <td>
<div class="cell"><img :src="form.order.Img" alt="" width="120" height="98"></div> <!-- <div class="cell"><img :src="form.order.Img" alt="" width="120" height="98"></div> -->
</td> </td>
<td> <td>
<div class="cell">商品ID</div> <div class="cell">商品ID</div>
</td> </td>
<td> <td>
<div class="cell">{{form.order.GoodsId}}</div> <div class="cell">{{form.order.goods_id}}</div>
</td> </td>
<td> <td>
<div class="cell">商品名</div> <div class="cell">商品名</div>
</td> </td>
<td> <td>
<div class="cell">{{form.order.GoodsName}}</div> <!-- <div class="cell">{{form.order.GoodsName}}</div> -->
</td> </td>
<td> <td>
<div class="cell">商品规格</div> <div class="cell">商品规格</div>
</td> </td>
<td> <td>
<div class="cell">{{form.order.SpecDes}}</div> <div class="cell">{{form.order.sku_id}}</div>
</td> </td>
<td> <td>
<div class="cell">商品数量</div> <div class="cell">商品数量</div>
</td> </td>
<td> <td>
<div class="cell">{{form.order.Quantity}}</div> <!-- <div class="cell">{{form.order.Quantity}}</div> -->
</td> </td>
</tr> </tr>
<tr> <tr>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论