Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
ca970692
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1409
Star
161
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ca970692
编写于
10月 23, 2018
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
组件成员表格查看修改
上级
d4996a3a
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
53 addition
and
12 deletion
+53
-12
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
+3
-0
skyeye-web/src/main/webapp/js/index/index.js
skyeye-web/src/main/webapp/js/index/index.js
+2
-2
skyeye-web/src/main/webapp/js/rmgroupmember/rmgroupmemberlist.js
...web/src/main/webapp/js/rmgroupmember/rmgroupmemberlist.js
+48
-10
未找到文件。
skyeye-web/src/main/webapp/assets/lib/winui/css/winui.css
浏览文件 @
ca970692
...
...
@@ -2093,6 +2093,9 @@ body .layer-ext-winconfirm {
/***showmode end***/
.cursor
{
cursor
:
pointer
;
}
/*******************************************自定义样式end********************************************/
...
...
skyeye-web/src/main/webapp/js/index/index.js
浏览文件 @
ca970692
layui
.
config
({
base
:
basePath
//指定 winui 路径
,
version
:
skyeyeVersion
base
:
basePath
,
//指定 winui 路径
version
:
skyeyeVersion
}).
extend
({
//指定js别名
window
:
'
js/winui.window
'
,
desktop
:
'
js/winui.desktop
'
,
//桌面加载模块
...
...
skyeye-web/src/main/webapp/js/rmgroupmember/rmgroupmemberlist.js
浏览文件 @
ca970692
...
...
@@ -3,7 +3,9 @@ var rowId = "";
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
define
([
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
}).
extend
({
//指定 js 别名
window
:
'
js/winui.window
'
,
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
...
...
@@ -59,20 +61,20 @@ layui.config({
limit
:
8
,
cols
:
[[
{
title
:
'
序号
'
,
type
:
'
numbers
'
},
{
field
:
'
printsPicUrl
'
,
title
:
'
效果图
'
,
width
:
200
,
templet
:
function
(
d
){
{
field
:
'
printsPicUrl
'
,
title
:
'
效果图
'
,
width
:
200
,
align
:
'
center
'
,
templet
:
function
(
d
){
return
'
<img src="
'
+
fileBasePath
+
d
.
printsPicUrl
+
'
" style="width:100%;height:auto">
'
;
}},
{
field
:
'
htmlContent
'
,
title
:
'
HTML内容
'
,
width
:
150
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
1
"></i>
'
;
{
field
:
'
id
'
,
title
:
'
HTML内容
'
,
width
:
150
,
align
:
'
center
'
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
fa-html5 cursor" lay-event="htmlContent
"></i>
'
;
}},
{
field
:
'
htmlJsContent
'
,
title
:
'
HTML-JS内容
'
,
width
:
150
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
1
"></i>
'
;
{
field
:
'
id
'
,
title
:
'
HTML-JS内容
'
,
width
:
150
,
align
:
'
center
'
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
fa-html5 cursor" lay-event="htmlJsContent
"></i>
'
;
}},
{
field
:
'
wxmlContent
'
,
title
:
'
WXML内容
'
,
width
:
150
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
1
"></i>
'
;
{
field
:
'
id
'
,
title
:
'
WXML内容
'
,
width
:
150
,
align
:
'
center
'
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
fa-html5 cursor" lay-event="wxmlContent
"></i>
'
;
}},
{
field
:
'
wxmlJsContent
'
,
title
:
'
WXML-JS内容
'
,
width
:
150
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
1
"></i>
'
;
{
field
:
'
id
'
,
title
:
'
WXML-JS内容
'
,
width
:
150
,
align
:
'
center
'
,
templet
:
function
(
d
){
return
'
<i class="fa fa-fw
fa-html5 cursor" lay-event="wxmlJsContent
"></i>
'
;
}},
{
field
:
'
typeName
'
,
title
:
'
所属分类
'
,
width
:
120
},
{
field
:
'
groupName
'
,
title
:
'
所属分组
'
,
width
:
120
},
...
...
@@ -93,6 +95,42 @@ layui.config({
topOne
(
data
);
}
else
if
(
layEvent
===
'
lower
'
)
{
//下移
lowerOne
(
data
);
}
else
if
(
layEvent
===
'
htmlContent
'
)
{
//HTML内容
layer
.
open
({
id
:
'
HTML内容
'
,
type
:
1
,
title
:
'
HTML内容
'
,
shade
:
0.3
,
area
:
[
'
500px
'
,
'
300px
'
],
content
:
'
<xmp style="white-space:normal;">
'
+
data
.
htmlContent
+
'
</xmp>
'
,
});
}
else
if
(
layEvent
===
'
htmlJsContent
'
)
{
//HTML-JS内容
layer
.
open
({
id
:
'
HTML-JS内容
'
,
type
:
1
,
title
:
'
HTML-JS内容
'
,
shade
:
0.3
,
area
:
[
'
500px
'
,
'
300px
'
],
content
:
'
<xmp style="white-space:normal;">
'
+
data
.
htmlJsContent
+
'
</xmp>
'
,
});
}
else
if
(
layEvent
===
'
wxmlContent
'
)
{
//WXML内容
layer
.
open
({
id
:
'
WXML内容
'
,
type
:
1
,
title
:
'
WXML内容
'
,
shade
:
0.3
,
area
:
[
'
500px
'
,
'
300px
'
],
content
:
'
<xmp style="white-space:normal;">
'
+
data
.
wxmlContent
+
'
</xmp>
'
,
});
}
else
if
(
layEvent
===
'
wxmlJsContent
'
)
{
//WXML-JS内容
layer
.
open
({
id
:
'
WXML-JS内容
'
,
type
:
1
,
title
:
'
WXML-JS内容
'
,
shade
:
0.3
,
area
:
[
'
500px
'
,
'
300px
'
],
content
:
'
<xmp style="white-space:normal;">
'
+
data
.
wxmlJsContent
+
'
</xmp>
'
,
});
}
});
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录