Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
15所TongWeb
aserver
Commits
3f8b7e8e
Commit
3f8b7e8e
authored
Dec 28, 2020
by
刘可心
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新菜单图标
parent
bd8c7d1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
1 deletion
+63
-1
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+63
-1
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
3f8b7e8e
...
@@ -2683,5 +2683,66 @@
...
@@ -2683,5 +2683,66 @@
9999999999 MINVALUE 1 CACHE 20;
9999999999 MINVALUE 1 CACHE 20;
</sql>
</sql>
</version>
</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>
</update>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment