| | |
| | | 2: {title: '待使用', color: 'orange'}, |
| | | 3: {title: '已使用', color: 'green'}, |
| | | 4: {title: '售后', color: 'red'}, |
| | | 5: {title: '已评价', color: 'black'}, |
| | | 6: {title: '删除', color: 'black'}, |
| | | 7: {title: '已失效', color: 'black'}, |
| | | }[d.state]; |
| | | }} |
| | | <span class="layui-badge febs-bg-{{state.color}}">{{ state.title }}</span> |
| | |
| | | toolbar:"#orderActivityToolbar", |
| | | defaultToolbar:[], |
| | | cols: [[ |
| | | {type: 'checkbox'}, |
| | | {type: 'numbers', title: '', width: 80}, |
| | | {title: '操作', toolbar: '#orderActivityOption', minWidth: 200, align: 'center'}, |
| | | {field: 'name', title: '名称', minWidth: 100,align:'center'}, |