@@ -174,10 +174,10 @@ export default {
width: 100%;
}
.inpNumber{
- width: 100%;
+ width: 100%;
.inpNumber-unit{ // 有单位的
- width: 90%;
- margin-right: 8px;
+ width: 90%;
+ margin-right: 8px;
</style>
@@ -117,14 +117,7 @@ export default {
title: '订单起购金额',
width: 100,
dataIndex: 'goldLimit',
- align: 'center',
- customRender: (text) => {
- if (text >= 1) {
- return text
- } else {
- return '--'
- }
+ align: 'center'
},
{
title: '商城主页显示数量',