Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
covid
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
Yulun Yao
covid
Commits
8e00cade
Commit
8e00cade
authored
Sep 04, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
166a7ed6
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
365 additions
and
25 deletions
+365
-25
api.js
api/api.js
+2
-2
manifest.json
manifest.json
+1
-1
pages.json
pages.json
+10
-0
sfInfo.vue
pages/ld/sfInfo.vue
+13
-4
sfmrld.vue
pages/ld/sfmrld.vue
+3
-1
ssdmrld.vue
pages/ld/ssdmrld.vue
+287
-0
ynInfo.vue
pages/ld/ynInfo.vue
+13
-4
ynmrld.vue
pages/ld/ynmrld.vue
+3
-2
login.vue
pages/login/login.vue
+8
-3
inputMainInfo.vue
pages/mrldgl/inputMainInfo.vue
+18
-6
ldMain.vue
pages/mrldgl/ldMain.vue
+7
-2
.DS_Store
static/.DS_Store
+0
-0
ld_search.png
static/icon/ld_search.png
+0
-0
No files found.
api/api.js
View file @
8e00cade
//
let baseURL1 = "http://www.rangertech.com.cn";//测试
let
baseURL1
=
"http://www.rangertech.com.cn"
;
//测试
// let baseURL1 = 'http://10.81.8.103:8181'
// let baseURL1 = 'http://10.81.8.103:8181'
let
baseURL1
=
'http://10.81.8.233
:8181'
// let baseURL1 = 'http://10.81.8.126
:8181'
// let baseURL1 = "http://localhost:8181";
// let baseURL1 = "http://localhost:8181";
//let baseURL1 = "http://289f65x458.qicp.vip";
//let baseURL1 = "http://289f65x458.qicp.vip";
//let baseURL1 = "https://rysbsj.shaphc.org:30443"; //钉钉
//let baseURL1 = "https://rysbsj.shaphc.org:30443"; //钉钉
...
...
manifest.json
View file @
8e00cade
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
},
},
"h5"
:
{
"h5"
:
{
"title"
:
"hesuan"
,
"title"
:
"hesuan"
,
"domain"
:
"
rysbsj.shaphc.org
"
,
"domain"
:
"
www.rangertech.com.cn
"
,
"devServer"
:
{
"devServer"
:
{
"https"
:
false
"https"
:
false
},
},
...
...
pages.json
View file @
8e00cade
...
@@ -352,6 +352,16 @@
...
@@ -352,6 +352,16 @@
"navigationBarTextStyle"
:
"white"
,
"navigationBarTextStyle"
:
"white"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
},
{
"path"
:
"pages/ld/ssdmrld"
,
"style"
:
{
"navigationBarTitleText"
:
"14点每日流调"
,
"navigationBarBackgroundColor"
:
"#3297ff"
,
"navigationBarTextStyle"
:
"white"
,
"enablePullDownRefresh"
:
false
}
}
}
],
],
"globalStyle"
:
{
"globalStyle"
:
{
...
...
pages/ld/sfInfo.vue
View file @
8e00cade
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</view>
</view>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
"mini"
type=
"primary"
@
click=
"getList"
>
查询
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
"mini"
type=
"primary"
@
click=
"getList"
>
查询
</button>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
</uni-tr>
</uni-tr>
</uni-table>
</uni-table>
<uni-pagination
show-icon=
"true"
style=
"margin:10px"
:total=
"pagiNation.total"
@
change=
"pagi"
<uni-pagination
class=
"pagin"
show-icon=
"true"
style=
"margin:10px"
:total=
"pagiNation.total"
@
change=
"pagi"
:current=
"pagiNation.current"
></uni-pagination>
:current=
"pagiNation.current"
></uni-pagination>
</view>
</view>
...
@@ -68,7 +68,8 @@
...
@@ -68,7 +68,8 @@
const
info
=
JSON
.
parse
(
option
.
data
)
const
info
=
JSON
.
parse
(
option
.
data
)
this
.
type
=
info
.
type
this
.
type
=
info
.
type
this
.
reportNum
=
info
.
reportNum
this
.
reportNum
=
info
.
reportNum
this
.
areaType
=
info
.
areaType
this
.
areaType
=
info
.
areaType
this
.
officeId
=
info
.
officeId
this
.
getList
()
this
.
getList
()
},
},
methods
:
{
methods
:
{
...
@@ -80,7 +81,8 @@
...
@@ -80,7 +81,8 @@
areaType
:
this
.
areaType
,
areaType
:
this
.
areaType
,
name
:
this
.
name
,
name
:
this
.
name
,
phone
:
this
.
phone
,
phone
:
this
.
phone
,
current
:
this
.
pagiNation
.
current
,
current
:
this
.
pagiNation
.
current
,
officeId
:
this
.
officeId
}
}
this
.
userList
=
[]
this
.
userList
=
[]
postRequest
(
'/statistics/reportedResultList'
,
data
).
then
((
res
)
=>
{
postRequest
(
'/statistics/reportedResultList'
,
data
).
then
((
res
)
=>
{
...
@@ -170,5 +172,12 @@
...
@@ -170,5 +172,12 @@
.tab
::after
{
.tab
::after
{
border
:
0
;
border
:
0
;
}
.pagin
{
width
:
94%
;
margin
:
10px
3%
;
position
:
absolute
;
bottom
:
0
;
}
}
</
style
>
</
style
>
pages/ld/sfmrld.vue
View file @
8e00cade
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</view>
</view>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
"mini"
type=
"primary"
@
click=
"searchData"
>
统计
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
"mini"
type=
"primary"
@
click=
"searchData"
>
统计
</button>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -172,7 +172,9 @@
...
@@ -172,7 +172,9 @@
this
.
userIdlist
=
list
this
.
userIdlist
=
list
},
},
clickNum
(
officeId
,
type
,
areaType
)
{
clickNum
(
officeId
,
type
,
areaType
)
{
console
.
log
(
officeId
)
let
data
=
{
let
data
=
{
officeId
:
officeId
,
areaType
,
areaType
,
type
,
type
,
reportNum
:
this
.
numData
reportNum
:
this
.
numData
...
...
pages/ld/ssdmrld.vue
0 → 100644
View file @
8e00cade
<
template
>
<view>
<view
class=
"grxx"
>
<view
class=
"grxxItem"
>
<view
class=
"sfzhm"
>
<text>
姓名
</text>
<input
v-model=
"name"
class=
"uni-input"
focus
/>
</view>
<view
class=
"sfzhm"
>
<text>
手机号
</text>
<input
v-model=
"phone"
class=
"uni-input"
focus
/>
</view>
<view
class=
"sfzhm"
>
<button
style=
"width: 50%;"
size=
"mini"
type=
"default"
@
click=
"changeWorkSpace"
>
修改工作地点
</button>
<button
style=
"width: 30%;"
size=
"mini"
type=
"primary"
@
click=
"searchData"
>
查询
</button>
</view>
</view>
</view>
<uni-table
class=
"table"
:loading=
"loading"
@
selection-change=
"selects"
border
stripe
type=
'selection'
>
<!-- 表头行 -->
<uni-tr>
<uni-th
width=
"20%"
align=
"center"
>
姓名
</uni-th>
<uni-th
width=
"60%"
align=
"center"
>
手机号
</uni-th>
<uni-th
width=
"20%"
align=
"center"
>
所属部门
</uni-th>
</uni-tr>
<!-- 表格数据行 -->
<!--
<uni-tr
v-for=
"(item,index) in userList"
:key=
"index"
>
-->
<uni-tr>
<uni-td
align=
"center"
>
1
</uni-td>
<uni-td
align=
"center"
>
1
</uni-td>
<uni-td
align=
"center"
>
1
</uni-td>
</uni-tr>
</uni-table>
</view>
</
template
>
<
script
>
import
{
postRequest
,
getRequest
}
from
'@/api/api.js'
import
*
as
dd
from
'dingtalk-jsapi'
;
export
default
{
data
()
{
return
{
userList
:
[],
total
:
0
,
loading
:
false
,
tableData
:
{
companyId
:
""
,
current
:
1
,
id
:
""
,
officeId
:
""
,
openId
:
""
,
userType
:
''
,
orders
:
[{
asc
:
true
,
column
:
""
}],
size
:
10
},
isnb
:
0
,
picTime
:
false
,
time
:
''
,
numList
:
[],
numData
:
''
,
visible
:
true
,
indicatorStyle
:
`height: 50px;`
,
name
:
''
,
phone
:
''
}
},
onLoad
()
{
let
userType
=
uni
.
getStorageSync
(
'userType'
)
this
.
tableData
.
userType
=
userType
;
let
date
=
new
Date
();
let
mouth
=
date
.
getMonth
()
+
1
<
10
?
'0'
+
(
date
.
getMonth
()
+
1
)
:
date
.
getMonth
()
+
1
;
let
dates
=
date
.
getDate
()
<
10
?
'0'
+
(
date
.
getDate
())
:
date
.
getDate
();
this
.
time
=
date
.
getFullYear
()
+
"-"
+
mouth
+
"-"
+
dates
;
//表示当前日期
},
methods
:
{
//时间选择器变化
bindChange
:
function
(
date
)
{
this
.
time
=
date
;
this
.
postLDList
()
},
postLDList
()
{
this
.
numList
=
[]
this
.
numData
=
''
this
.
userList
=
[]
let
data
=
{
type
:
0
,
//0:每日流调,1:临时流调,2:在院流调
createDate
:
this
.
time
}
postRequest
(
'/dailyReportNum/findListByCodeAndType'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
'200'
)
{
let
list
=
res
.
data
;
list
.
forEach
(
item
=>
{
this
.
numList
.
push
(
item
.
num
)
})
this
.
getList
();
}
})
},
searchData
()
{
this
.
getList
();
},
numInput
(
value
)
{
this
.
numData
=
value
},
getQueryString
(
name
)
{
const
reg
=
new
RegExp
(
'(^|&)'
+
name
+
'=([^&]*)(&|$)'
,
'i'
);
const
search
=
window
.
location
.
search
.
split
(
'?'
)[
1
]
||
''
;
const
r
=
search
.
match
(
reg
)
||
[];
return
r
[
2
];
},
getList
()
{
let
that
=
this
let
data
=
{
name
:
this
.
name
,
phone
:
this
.
phone
,
reportNum
:
that
.
getQueryString
(
'num'
),
userType
:
this
.
getQueryString
(
'userType'
)
}
this
.
userList
=
[]
postRequest
(
'/dailyReport/alreadyReportList'
,
data
).
then
((
res
)
=>
{
if
(
res
.
code
==
'200'
&&
res
.
data
.
length
>
0
)
{
this
.
loading
=
false
;
this
.
userList
=
res
.
data
;
}
else
{
this
.
userList
=
[]
this
.
loading
=
false
;
}
})
},
selects
(
ss
)
{
// let list=[]
// let index=ss.detail.index;
// index.forEach(item=>{
// list.push(this.userList[item].id)
// })
// this.userIdlist=list
console
.
log
(
ss
)
},
changeWorkSpace
()
{},
clickNum
(
officeId
,
type
,
areaType
)
{
let
data
=
{
areaType
,
type
,
reportNum
:
this
.
numData
}
uni
.
navigateTo
({
url
:
`/pages/ld/sfInfo?data=
${
JSON
.
stringify
(
data
)}
`
})
}
}
}
</
script
>
<
style
>
.grxxItem
{
border-radius
:
5px
;
padding
:
10px
;
margin
:
10px
;
box-shadow
:
0px
2px
15px
3px
rgba
(
0
,
0
,
0
,
0.1
);
}
/
deep
/
.uni-combox__input
{
font-size
:
14px
;
}
.grxxItem
.sfzhm
{
padding
:
10px
;
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
font-size
:
84%
;
color
:
#999999
;
position
:
relative
;
}
.sfzhm
.uni-list-cell-left
{
width
:
30%
;
}
.sfzhm
image
{
width
:
28
rpx
;
height
:
30
rpx
;
}
.sfzhm
.uni-list-cell-db
{
flex
:
1
}
.sfzhm
:first-of-type
input
{
flex
:
1
;
}
.grxxItem
.sfzhm
:last-of-type
{
border
:
none
;
}
.table
{
width
:
94%
;
margin
:
0
3%
;
}
/* 时间选择器 */
.picTime
{
z-index
:
10
;
height
:
100%
;
width
:
100%
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
position
:
fixed
;
bottom
:
0
;
left
:
0
;
}
.uni-padding-wrap
{
position
:
absolute
;
bottom
:
400
rpx
;
left
:
0
;
width
:
750
rpx
;
background-color
:
white
;
display
:
flex
;
justify-content
:
center
;
padding
:
10px
0
;
}
.uni-padding-wrap
button
{
height
:
30px
;
line-height
:
30px
;
font-size
:
15px
;
}
.uni-padding-wrap
button
:last-of-type
{
background-color
:
#007AFF
;
color
:
white
;
}
.pickers
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
text-align
:
center
;
width
:
750
rpx
;
height
:
400
rpx
;
margin-top
:
20
rpx
;
background-color
:
white
;
}
.pickers
.picker-view
{
width
:
750
rpx
;
height
:
400
rpx
;
margin-top
:
20
rpx
;
background-color
:
white
;
}
.tabButton
{
color
:
#007AFF
;
text-decoration
:
underline
;
font-size
:
14px
;
background-color
:
white
;
}
.tabButton
::after
{
border
:
0
;
}
.tab
{
font-size
:
14px
;
background-color
:
white
;
}
.tab
::after
{
border
:
0
;
}
</
style
>
pages/ld/ynInfo.vue
View file @
8e00cade
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</view>
</view>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
"mini"
type=
"primary"
@
click=
"getList"
>
查询
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
"mini"
type=
"primary"
@
click=
"getList"
>
查询
</button>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
</uni-tr>
</uni-tr>
</uni-table>
</uni-table>
<uni-pagination
show-icon=
"true"
style=
"margin:10px"
:total=
"pagiNation.total"
@
change=
"pagi"
<uni-pagination
class=
"pagin"
show-icon=
"true"
style=
"margin:10px"
:total=
"pagiNation.total"
@
change=
"pagi"
:current=
"pagiNation.current"
></uni-pagination>
:current=
"pagiNation.current"
></uni-pagination>
</view>
</view>
...
@@ -68,7 +68,8 @@
...
@@ -68,7 +68,8 @@
const
info
=
JSON
.
parse
(
option
.
data
)
const
info
=
JSON
.
parse
(
option
.
data
)
this
.
type
=
info
.
type
this
.
type
=
info
.
type
this
.
reportNum
=
info
.
reportNum
this
.
reportNum
=
info
.
reportNum
this
.
areaType
=
info
.
areaType
this
.
areaType
=
info
.
areaType
this
.
officeId
=
info
.
officeId
this
.
getList
()
this
.
getList
()
},
},
methods
:
{
methods
:
{
...
@@ -80,7 +81,8 @@
...
@@ -80,7 +81,8 @@
areaType
:
this
.
areaType
,
areaType
:
this
.
areaType
,
name
:
this
.
name
,
name
:
this
.
name
,
phone
:
this
.
phone
,
phone
:
this
.
phone
,
current
:
this
.
pagiNation
.
current
,
current
:
this
.
pagiNation
.
current
,
officeId
:
this
.
officeId
}
}
this
.
userList
=
[]
this
.
userList
=
[]
postRequest
(
'/statistics/reportedResultList'
,
data
).
then
((
res
)
=>
{
postRequest
(
'/statistics/reportedResultList'
,
data
).
then
((
res
)
=>
{
...
@@ -170,5 +172,12 @@
...
@@ -170,5 +172,12 @@
.tab
::after
{
.tab
::after
{
border
:
0
;
border
:
0
;
}
.pagin
{
width
:
94%
;
margin
:
10px
3%
;
position
:
absolute
;
bottom
:
0
;
}
}
</
style
>
</
style
>
pages/ld/ynmrld.vue
View file @
8e00cade
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</view>
</view>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
"mini"
type=
"primary"
@
click=
"searchData"
>
统计
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
"mini"
type=
"primary"
@
click=
"searchData"
>
统计
</button>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -175,7 +175,8 @@
...
@@ -175,7 +175,8 @@
let
data
=
{
let
data
=
{
areaType
,
areaType
,
type
,
type
,
reportNum
:
this
.
numData
reportNum
:
this
.
numData
,
officeId
:
officeId
}
}
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
`/pages/ld/ynInfo?data=
${
JSON
.
stringify
(
data
)}
`
url
:
`/pages/ld/ynInfo?data=
${
JSON
.
stringify
(
data
)}
`
...
...
pages/login/login.vue
View file @
8e00cade
...
@@ -23,8 +23,8 @@
...
@@ -23,8 +23,8 @@
}
}
},
},
onLoad
:
function
()
{
onLoad
:
function
()
{
//
this.findToOpenId();
this
.
findToOpenId
();
this
.
findToOpenIdSimulate
();
//
this.findToOpenIdSimulate();
},
},
methods
:
{
methods
:
{
getQueryString
(
name
)
{
getQueryString
(
name
)
{
...
@@ -35,7 +35,8 @@
...
@@ -35,7 +35,8 @@
},
},
findToOpenId
()
{
findToOpenId
()
{
let
that
=
this
let
that
=
this
let
corpId
=
'ding0cb9b4dc2a3c263b35c2f4657eb6378f'
// let corpId = 'ding0cb9b4dc2a3c263b35c2f4657eb6378f'
let
corpId
=
'ding5f0626ed28e32fdb24f2f5cc6abecb85'
dd
.
ready
(()
=>
{
dd
.
ready
(()
=>
{
dd
.
runtime
.
permission
.
requestAuthCode
({
dd
.
runtime
.
permission
.
requestAuthCode
({
corpId
,
//企业ID
corpId
,
//企业ID
...
@@ -72,6 +73,10 @@
...
@@ -72,6 +73,10 @@
key
:
'userId'
,
key
:
'userId'
,
data
:
res
.
data
.
userId
data
:
res
.
data
.
userId
})
})
uni
.
setStorage
({
key
:
'roleList'
,
data
:
res
.
data
.
roleList
})
let
userType
=
res
.
data
.
userType
;
//角色权限 0 6 10 15 20
let
userType
=
res
.
data
.
userType
;
//角色权限 0 6 10 15 20
let
status
=
res
.
data
.
status
;
//填报状态 0未填报 1已填报
let
status
=
res
.
data
.
status
;
//填报状态 0未填报 1已填报
let
firstReport
=
res
.
data
.
firstReport
;
//用户是否首次进入此应用
let
firstReport
=
res
.
data
.
firstReport
;
//用户是否首次进入此应用
...
...
pages/mrldgl/inputMainInfo.vue
View file @
8e00cade
...
@@ -21,16 +21,16 @@
...
@@ -21,16 +21,16 @@
</picker>
</picker>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
'mini'
type=
"primary"
@
click=
"searchData"
>
查询
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
'mini'
type=
"primary"
@
click=
"searchData"
>
查询
</button>
</view>
</view>
</view>
</view>
</view>
</view>
<uni-table
:loading=
"loading"
@
selection-change=
"selects"
border
stripe
>
<uni-table
class=
"table"
:loading=
"loading"
@
selection-change=
"selects"
border
stripe
>
<!-- 表头行 -->
<!-- 表头行 -->
<uni-tr>
<uni-tr>
<uni-th
align=
"center"
>
姓名
</uni-th>
<uni-th
width=
"20%"
align=
"center"
>
姓名
</uni-th>
<uni-th
align=
"center"
>
手机号
</uni-th>
<uni-th
width=
"60%"
align=
"center"
>
手机号
</uni-th>
<uni-th
align=
"center"
>
所属部门
</uni-th>
<uni-th
width=
"20%"
align=
"center"
>
所属部门
</uni-th>
</uni-tr>
</uni-tr>
<!-- 表格数据行 -->
<!-- 表格数据行 -->
<uni-tr
v-for=
"(item,index) in userList"
:key=
"index"
>
<uni-tr
v-for=
"(item,index) in userList"
:key=
"index"
>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
<uni-td
align=
"center"
>
{{
item
.
officeName
}}
</uni-td>
</uni-tr>
</uni-tr>
</uni-table>
</uni-table>
<uni-pagination
show-icon=
"true"
:total=
"pagination.total"
:current=
"pagination.current"
@
change=
'handleChangePage'
></uni-pagination>
<uni-pagination
class=
"pagin"
show-icon=
"true"
:total=
"pagination.total"
:current=
"pagination.current"
@
change=
'handleChangePage'
></uni-pagination>
<!-- 时间选择器 -->
<!-- 时间选择器 -->
<view
v-show=
"picTime"
class=
"picTime"
>
<view
v-show=
"picTime"
class=
"picTime"
>
<view
class=
"uni-padding-wrap"
>
<view
class=
"uni-padding-wrap"
>
...
@@ -448,5 +448,17 @@
...
@@ -448,5 +448,17 @@
.tab
::after
{
.tab
::after
{
border
:
0
;
border
:
0
;
}
.table
{
width
:
94%
;
margin
:
0
3%
;
}
.pagin
{
width
:
94%
;
margin
:
10px
3%
;
position
:
absolute
;
bottom
:
0
;
}
}
</
style
>
</
style
>
pages/mrldgl/ldMain.vue
View file @
8e00cade
...
@@ -14,11 +14,11 @@
...
@@ -14,11 +14,11 @@
</view>
</view>
</view>
</view>
<view
class=
"sfzhm"
>
<view
class=
"sfzhm"
>
<button
size=
'mini'
type=
"primary"
@
click=
"searchData"
>
查询
</button>
<button
s
tyle=
"width: 50%;"
s
ize=
'mini'
type=
"primary"
@
click=
"searchData"
>
查询
</button>
</view>
</view>
</view>
</view>
</view>
</view>
<uni-table
:loading=
"loading"
@
selection-change=
"selects"
border
stripe
>
<uni-table
class=
"table"
:loading=
"loading"
@
selection-change=
"selects"
border
stripe
>
<!-- 表头行 -->
<!-- 表头行 -->
<uni-tr>
<uni-tr>
<uni-th
align=
"center"
>
名称
</uni-th>
<uni-th
align=
"center"
>
名称
</uni-th>
...
@@ -396,5 +396,10 @@
...
@@ -396,5 +396,10 @@
.tab
::after
{
.tab
::after
{
border
:
0
;
border
:
0
;
}
.table
{
width
:
94%
;
margin
:
0
3%
;
}
}
</
style
>
</
style
>
static/.DS_Store
0 → 100644
View file @
8e00cade
File added
static/icon/ld_search.png
0 → 100644
View file @
8e00cade
985 Bytes
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