Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
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
zentao
zentao-view
Commits
517f9928
Commit
517f9928
authored
Mar 03, 2021
by
王鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 系统参数页面修复
parent
422896db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
22 deletions
+25
-22
favicon.ico
public/favicon.ico
+0
-0
global.js
src/util/global.js
+1
-22
SysParamList.vue
src/views/base/sysParam/SysParamList.vue
+24
-0
No files found.
public/favicon.ico
View replaced file @
422896db
View file @
517f9928
5.9 KB
|
W:
|
H:
4.44 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/util/global.js
View file @
517f9928
...
...
@@ -14,10 +14,7 @@ window.SYS_CONST = {
TEMPLATE_PARAM_TYPE
:
'SYS0003'
,
// 系统模板参数类型 1 整型 2 字符串 3 富文本 4 图片
APP_TYPE
:
'SYS0006'
,
// App类型 1.用户端 2.管理端
SYS_CLIENT_TYPE
:
'SYS0007'
,
// 客户端类型 1.android 2.ios
USER_SEX
:
'SYS0008'
,
POINT_CHANGE
:
'SYS0030'
,
//积分变动类型
MODULE_GROUP
:
"SYS0009"
,
// 模块分组 1 社区服务 2 其他服务
AIO_SIZE
:
"SYS0137"
,
// 模块分组 1 社区服务 2 其他服务
USER_SEX
:
'SYS0008'
},
UPLOAD_TYPE
:
{
...
...
@@ -35,13 +32,6 @@ window.SYS_CONST = {
ANDROID
:
1
,
IOS
:
2
},
MONEY_CHANGE_TYPE_V
:
{
// 1扣费;2充值
REDUCE
:
1
,
ADD
:
2
},
AVAILABLE_STATUS
:
{
// 1启用;2禁用
AVAILABLE
:
1
,
DISABLE
:
2
...
...
@@ -53,21 +43,10 @@ window.SYS_CONST = {
IMG
:
4
,
FILE
:
5
,
},
COURSE_STATUS
:
{
// 学员开班状态: 10未开班,20已开班,30已取消
WAIT
:
10
,
OPENED
:
20
,
CANCLE
:
30
,
},
USER_SEX
:
{
// 性别 1:男 2:女 3:其他
MALE
:
1
,
FEMALE
:
2
,
OTHER
:
3
},
SMS_STATUS_TYPE
:
{
SUCCESS
:
1
,
FAILURE
:
2
,
}
}
...
...
src/views/base/sysParam/SysParamList.vue
0 → 100644
View file @
517f9928
<
template
>
<div>
<sys-param-component
:type=
'type'
:listName=
'listName'
></sys-param-component>
</div>
</
template
>
<
script
>
import
SysParamComponent
from
'./SysParamComponent'
export
default
{
name
:
'SysParamList'
,
components
:
{
SysParamComponent
},
data
()
{
return
{
type
:
'system'
,
listName
:
'总控系统参数列表'
,
}
},
methods
:
{
},
}
</
script
>
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