Commit fb6caff3 authored by chenwei's avatar chenwei

Merge branch 'feature/099_customer_filter' into 'dev'

问题修复

See merge request !28

(cherry picked from commit 761bb895)

1538ca7b 问题修复
parent 01f7747b
...@@ -4524,7 +4524,6 @@ ...@@ -4524,7 +4524,6 @@
"礼品ID": "Gift ID", "礼品ID": "Gift ID",
"允许兑换次数": "Allow redemption times", "允许兑换次数": "Allow redemption times",
"已兑换次数": "Redemption times", "已兑换次数": "Redemption times",
"剩余次数": "Remaining times",
"添加礼品": "Add Gift", "添加礼品": "Add Gift",
"查看礼品": "View gifts", "查看礼品": "View gifts",
"中文礼品名称": "Chinese gift name", "中文礼品名称": "Chinese gift name",
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
:label="$t('剩余次数')" :label="$t('剩余数量')"
align="center" align="center"
prop="quantityRemain" prop="quantityRemain"
/> />
......
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
prop="exchangeCount" prop="exchangeCount"
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
:label="$t('剩余次数')" :label="$t('剩余数量')"
align="center" align="center"
prop="quantityRemain" prop="quantityRemain"
></el-table-column> ></el-table-column>
......
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