Commit e5c72d91 authored by GuanHua's avatar GuanHua

feat:启用中字段修改

parent f3172dcd
...@@ -62,7 +62,7 @@ const TemplateItem: React.FC<TemplateItemPropsType> = (props) => { ...@@ -62,7 +62,7 @@ const TemplateItem: React.FC<TemplateItemPropsType> = (props) => {
</div> </div>
{ {
type === TEMPLATE_TYPE_TEXT.mall ? ( type === TEMPLATE_TYPE_TEXT.mall ? (
<div className={cx(styles.template_item_btn, templateInfo.use === 1 ? styles.active : '')}> <div className={cx(styles.template_item_btn, templateInfo.status === 1 ? styles.active : '')}>
<PlayCircleOutlined /> <PlayCircleOutlined />
<label>{templateInfo.status === 1 ? '启用中' : '启用'}</label> <label>{templateInfo.status === 1 ? '启用中' : '启用'}</label>
</div> </div>
......
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