feat: Update project name and title for consistency; enhance HR employee sync functionality

This commit is contained in:
Ling 2025-09-29 10:21:04 +08:00
parent 6cba2bfe21
commit 7d75a72a3a
5 changed files with 12 additions and 6 deletions

View File

@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/vol.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Laservall Manager</title>
<title>Laservall Manager System</title>
<script>
var lang_storage_key = 'vol_lang';
</script>

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "vol",
"name": "laservall_manager_system",
"version": "3.5.0",
"lockfileVersion": 3,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "vol",
"name": "laservall_manager_system",
"private": true,
"version": "3.5.0",
"type": "module",

View File

@ -4,7 +4,7 @@
** 框架文档 http://v3.volcore.xyz/
*****************************************************************************************/
//js[.vue]
let extension = {
components: {
//
@ -29,7 +29,13 @@ let extension = {
type: 'primary', //:https://element-plus.gitee.io/zh-CN/component/button.html
//color:"#eee",//
onClick: function () {
this.$Message.success('点击了按钮');
let url = 'api/HR_EmployeeSync/GenEmpSystemShip';
this.http.post(url, {}, '生成关联关系中').then((reslut) => {
this.$Message.success('生成完成,请点击查询进行刷新');
this.search();
});
// proxy.http.post(url, {}, '').then((reslut) => {});
}
});

View File

@ -29,7 +29,7 @@ app.config.globalProperties.permission = permission
app.config.globalProperties.$global = {
useIncludeCache:true,//使用include做缓存,旧版本升级的代码这里需要设置为false
theme: 'laservall', //默认布局颜色dark、blue、red、orange、green
layout: 'top', //菜单布局方式classics=经典导航top=顶部导航
layout: 'classics', //菜单布局方式classics=经典导航top=顶部导航
menuSearch: true, //菜单是否启用搜索功能
navSearch: true, //导航是否启用菜单搜索功能
table: {