添加订阅管理前端

This commit is contained in:
whyour
2022-05-08 09:41:06 +08:00
parent d27ca56a2d
commit f9e2e22b85
10 changed files with 590 additions and 22 deletions
+4 -4
View File
@@ -396,8 +396,8 @@ const CronDetailModal = ({
<IconFont
type={
currentCron.isDisabled === 1
? 'ql-icon-qiyong'
: 'ql-icon-jinyong'
? 'ql-icon-enable'
: 'ql-icon-disable'
}
/>
}
@@ -412,8 +412,8 @@ const CronDetailModal = ({
<IconFont
type={
currentCron.isPinned === 1
? 'ql-icon-quxiaozhiding'
: 'ql-icon-zhiding'
? 'ql-icon-untop'
: 'ql-icon-top'
}
/>
}