Commit 3f8b7e8e authored by 刘可心's avatar 刘可心

更新菜单图标

parent bd8c7d1e
......@@ -2683,5 +2683,66 @@
9999999999 MINVALUE 1 CACHE 20;
</sql>
</version>
<version edition="124" description="更新菜单图标">
<sql creator="liukexin" createDate="20201228" note="更新菜单图标">
update AS_MENU set icon='fa fa-file' where name='receive';
update AS_MENU set icon='fa fa-archive' where name='description';
update AS_MENU set icon='fa fa-users' where name='organizationUsers';
update AS_MENU set icon='fa fa-user-secret' where name='roles';
update AS_MENU set icon='fa fa-cogs' where name='model';
update AS_MENU set icon='fa fa-trash' where name='recycle';
update AS_MENU set icon='fa fa-server' where name='apps';
update AS_MENU set icon='fa fa-globe' where name='setting' and system_id in (
select system_id from as_menu where name='apps'
);
update AS_MENU set icon='fa fa-folder-open-o' where name='folder';
update AS_MENU set icon='fa fa-shield' where name='setting' and system_id in (
select system_id from as_menu where name='folder'
);
update AS_MENU set icon='fa fa-modx' where name='template';
update AS_MENU set icon='fa fa-chain-broken' where name='breakword';
update AS_MENU set icon='fa fa-book' where name='extend';
update AS_MENU set icon='fa fa-home' where name='home';
update AS_MENU set icon='fa fa-file-text' where name='log';
update AS_MENU set icon='fa fa-mixcloud' where name='positive';
update AS_MENU set icon='fa fa-cloud-upload' where name='input';
update AS_MENU set icon='fa fa-cloud-download' where name='output';
update AS_MENU set icon='fa fa-search' where name='fuzzy';
update AS_MENU set icon='fa fa-clipboard' where name='apply';
update AS_MENU set icon='fa fa-heart' where name='favorite';
update AS_MENU set icon='fa fa-lightbulb-o' where name='task';
update AS_MENU set icon='fa fa-magic' where name='automatic';
update AS_MENU set icon='fa fa-hand-pointer-o' where name='manual';
update AS_MENU set icon='fa fa-microchip' where name='virtual';
update AS_MENU set icon='fa fa-building' where name='entity';
update AS_MENU set icon='fa fa-wrench' where name='disposalManage';
update AS_MENU set icon='fa fa-comments-o' where name='feedback';
update AS_MENU set icon='fa fa-bookmark' where name='subscribe';
update AS_MENU set icon='fa fa-files-o' where name='createIndex';
update AS_MENU set icon='fa fa-warning' where name='medium';
update AS_MENU set icon='fa fa-database' where name='database';
update AS_MENU set icon='fa fa-object-group' where name='compilation';
update AS_MENU set icon='fa fa-trello' where name='synonym';
update AS_MENU set icon='fa fa-trophy' where name='compilationResult';
update AS_MENU set icon='fa fa-calendar' where name='safekeeping';
update AS_MENU set icon='fa fa-calendar-o' where name='usingborrow';
update AS_MENU set icon='fa fa-pie-chart' where name='libraryStatistics';
update AS_MENU set icon='fa fa-area-chart' where name='statistics';
update AS_MENU set icon='fa fa-bar-chart' where name='fileMountStatistics';
update AS_MENU set icon='fa fa-bar-chart' where name='borrowstatistical';
update AS_MENU set icon='fa fa-crosshairs' where name='processMonitor';
update AS_MENU set icon='fa fa-university' where name='fonds';
update AS_MENU set icon='fa fa-line-chart' where name='archiveRate';
update AS_MENU set icon='fa fa-table' where name='detection';
update AS_MENU set icon='fa fa-external-link' where name='handover';
update AS_MENU set icon='fa fa-list-ul' where name='metadata';
update AS_MENU set icon='fa fa-sitemap' where name='pserver';
update AS_MENU set icon='fa fa-print' where name='rserver';
update AS_MENU set icon='fa fa-list-alt' where name='form_manage';
update AS_MENU set icon='fa fa-columns' where name='form_auth';
update AS_MENU set icon='fa fa-handshake-o' where name='process_task';
update AS_MENU set icon='fa fa-id-card' where name='apply_process';
update AS_MENU set icon='fa fa-file-archive-o' where name='fileArchive';
</sql>
</version>
</update>
\ No newline at end of file
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