|
|
@@ -136,7 +136,7 @@
|
|
|
<template v-slot="{ row }">
|
|
|
<template v-if="row && row.awardType === 'GOLD'">
|
|
|
<el-input-number v-model="row.config" :step="1" :min="1"> </el-input-number>
|
|
|
- <div class="tip">规则:正整数,最小为1且小数部分将会被截取</div>
|
|
|
+ <div class="tip">输入规则:正整数,最小为1</div>
|
|
|
</template>
|
|
|
<template v-if="row && row.awardType === 'NFT'">
|
|
|
<single-upload v-model="row.config"> </single-upload>
|