Commit 737b888d authored by 涂伟's avatar 涂伟

feat: '维保新老配置功能区分'

parent 8af1d688
Pipeline #92038 waiting for manual action with stages
...@@ -881,14 +881,14 @@ const maintenance = () => { ...@@ -881,14 +881,14 @@ const maintenance = () => {
> >
设备库配置 设备库配置
</div> </div>
<div {/* <div
className={activeName === 'template' ? styles.active : ''} className={activeName === 'template' ? styles.active : ''}
onClick={() => { onClick={() => {
setActiveName('template'); setActiveName('template');
}} }}
> >
维保模板 维保模板
</div> </div> */}
</div> </div>
<span <span
style={{ style={{
......
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