lilei
4 năm trước cách đây
mục cha
commit
1a11921297
|
@@ -155,7 +155,33 @@
|
|
|
</a-select>
|
|
|
</a-form-model-item>
|
|
|
</div>
|
|
|
-
|
|
|
+ <a-row
|
|
|
+ type="flex"
|
|
|
+ align="middle"
|
|
|
+ :gutter="10"
|
|
|
+ >
|
|
|
+ <a-col span="1">
|
|
|
+ 序号
|
|
|
+ </a-col>
|
|
|
+ <a-col span="3">
|
|
|
+ 奖品类型
|
|
|
+ </a-col>
|
|
|
+ <a-col span="3">
|
|
|
+ 奖品描述
|
|
|
+ </a-col>
|
|
|
+ <a-col span="3">
|
|
|
+ 是否限制中奖
|
|
|
+ </a-col>
|
|
|
+ <a-col span="3">
|
|
|
+ 概率
|
|
|
+ </a-col>
|
|
|
+ <a-col span="3">
|
|
|
+ 数量
|
|
|
+ </a-col>
|
|
|
+ <a-col span="8">
|
|
|
+ 奖品图片
|
|
|
+ </a-col>
|
|
|
+ </a-row>
|
|
|
<a-row
|
|
|
type="flex"
|
|
|
align="middle"
|