xiaoyong931011
2021-05-14 6ed309c5a80c36e752bfd799cbaba7665cf7364b
src/main/resources/templates/febs/views/modules/yunding/ydProductList.html
@@ -196,6 +196,18 @@
                                return ''
                            }
                        }, minWidth: 80,align:'center'},
                    {field: 'status', title: '销售状态',
                        templet: function (d) {
                            if (d.status === 1) {
                                return '<span style="color:blue;">热售中</span>'
                            } else if (d.status === 2) {
                                return '<span style="color:blue;">售罄</span>'
                            } else if (d.status === 3) {
                                return '<span style="color:blue;">未开售</span>'
                            } else {
                                return ''
                            }
                        }, minWidth: 80,align:'center'},
                ]]
            });