VUE dynamic style

Ternary operator judgment
555
Dynamically set class

{{machineItem.name}}

Method judgment

{{machineItem.name}}

methods:{ machineStatusStyle(e){ console.log(‘value’, e) if(e === 1){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }else if(e === 2){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }else if(e === 3){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }; } }

Ternary operator judgment
555
Dynamically set class

{{machineItem.name}}

Method judgment

{{machineItem.name}}

methods:{ machineStatusStyle(e){ console.log(‘value’, e) if(e === 1){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }else if(e === 2){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }else if(e === 3){ return { width:‘14px’,height:‘16px’, background:"url(‘/src/images/time.png‘) no-repeat center", marginLeft: ‘10px’ } }; } }

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 1189 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.