Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0ec32ba0
authored
Jul 03, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志
parent
0126319a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
src/views/log.vue
+11
-11
No files found.
src/views/log.vue
View file @
0ec32ba0
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-form
:inline=
"true"
:model=
"formInline"
class=
"demo-form-inline"
>
<el-col
:sm=
"5"
class=
"margin-bottom20"
>
<el-col
:sm=
"5"
class=
"margin-bottom20"
>
<el-form-item
label=
"操作人"
>
<el-form-item
label=
"操作人"
>
<el-input
v-model=
"formInline.
orderNumber
"
placeholder=
"操作人"
></el-input>
<el-input
v-model=
"formInline.
name
"
placeholder=
"操作人"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:sm=
"13"
>
<el-col
:sm=
"13"
>
...
@@ -50,29 +50,29 @@
...
@@ -50,29 +50,29 @@
:header-row-style="{height: '60px'}"
:header-row-style="{height: '60px'}"
style="width: 100%">
style="width: 100%">
<el-table-column
<el-table-column
prop=
"
tradeNo
"
prop=
"
name
"
label=
"操作人"
label=
"操作人"
align=
"center"
align=
"center"
width=
"180"
>
width=
"180"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"
userNo
"
prop=
"
fun
"
label=
"操作模块"
label=
"操作模块"
align=
"center"
align=
"center"
width=
"240"
>
width=
"240"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"
userNam
e"
prop=
"
createDat
e"
align=
"center"
align=
"center"
label=
"操作时间"
>
label=
"操作时间"
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
"
typ
e"
prop=
"
messag
e"
align=
"center"
align=
"center"
label=
"操作内容"
>
label=
"操作内容"
>
<template
slot-scope=
"scope"
>
<
!--
<
template
slot-scope=
"scope"
>
<span>
{{
renderType
(
scope
.
row
.
type
)
}}
</span>
<span>
{{
scope
.
row
.
type
}}
</span>
</
template
>
</
template
>
-->
</el-table-column>
</el-table-column>
</el-table>
</el-table>
<div
class=
"pagination_box"
v-if=
"orderListData && orderListData.length"
>
<div
class=
"pagination_box"
v-if=
"orderListData && orderListData.length"
>
...
@@ -96,11 +96,10 @@ export default {
...
@@ -96,11 +96,10 @@ export default {
data
()
{
data
()
{
return
{
return
{
formInline
:
{
formInline
:
{
orderNumber
:
''
,
name
:
''
,
name
:
''
,
startTime
:
''
,
startTime
:
''
,
endTime
:
''
,
endTime
:
''
type
:
''
//
type: ''
},
},
allPage
:
1
,
allPage
:
1
,
currentPage
:
10
,
currentPage
:
10
,
...
@@ -118,6 +117,7 @@ export default {
...
@@ -118,6 +117,7 @@ export default {
},
},
getOrderList
()
{
getOrderList
()
{
let
parms
=
{
let
parms
=
{
// startTime: this.formInline.startTime,
}
}
this
.
$axios
({
this
.
$axios
({
...
...
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