jufubao-admin-library 1.1.216 → 1.1.217
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,7 +18,12 @@
|
|
|
18
18
|
<template slot="prize_set" slot-scope="scope">
|
|
19
19
|
<el-form ref="form" :model="form" label-width="140px">
|
|
20
20
|
<el-form-item label="奖品设置" required>
|
|
21
|
+
<!-- #ifdef saas-admin -->
|
|
22
|
+
<prize-set :list="prizeSetList" :site_id="siteId" @tableUpdate="handleChange" @tableNumChange="handleNumChange" :key="prizeSetKey"></prize-set>
|
|
23
|
+
<!-- #endif -->
|
|
24
|
+
<!-- #ifdef sms-prize -->
|
|
21
25
|
<prize-set v-if="siteId" :list="prizeSetList" :site_id="siteId" @tableUpdate="handleChange" @tableNumChange="handleNumChange" :key="prizeSetKey"></prize-set>
|
|
26
|
+
<!-- #endif -->
|
|
22
27
|
</el-form-item>
|
|
23
28
|
</el-form>
|
|
24
29
|
</template>
|