Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tianjin
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
徐来柯
tianjin
Commits
35f9d249
Commit
35f9d249
authored
Jan 14, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
05839ea7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
14 deletions
+18
-14
common.scss
src/assets/sass/common.scss
+6
-1
productManage.vue
src/views/education/productManage.vue
+10
-12
wordProcedure.vue
src/views/education/wordProcedure.vue
+2
-1
No files found.
src/assets/sass/common.scss
View file @
35f9d249
...
@@ -142,6 +142,10 @@
...
@@ -142,6 +142,10 @@
background
:
#ff4949
!
important
;
background
:
#ff4949
!
important
;
color
:
#fff
!
important
;
color
:
#fff
!
important
;
}
}
input
{
input
,
textarea
{
padding
:
0
15px
;
border
:
1px
solid
#DCDFE6
;
border
:
1px
solid
#DCDFE6
;
}
textarea
{
padding
:
5px
15px
;
}
}
\ No newline at end of file
src/views/education/productManage.vue
View file @
35f9d249
...
@@ -253,12 +253,7 @@ export default {
...
@@ -253,12 +253,7 @@ export default {
$this
.
cancelFun
()
$this
.
cancelFun
()
}
}
$this
.
deletetext
=
res
.
data
.
msg
$this
.
deletetext
=
res
.
data
.
msg
var
postData
=
{
var
postData
=
$this
.
resetData
()
argKeyWord
:
$this
.
$refs
.
head
.
input
,
argWhere
:
$this
.
$refs
.
head
.
argWhere
,
Stime
:
$this
.
$refs
.
head
.
dateValue
?
$this
.
moment
(
this
.
dateValue
[
0
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
,
Etime
:
$this
.
$refs
.
head
.
dateValue
?
$this
.
moment
(
this
.
dateValue
[
1
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
}
$this
.
query
(
postData
)
$this
.
query
(
postData
)
}).
catch
(
function
(
err
){
}).
catch
(
function
(
err
){
console
.
log
(
'err'
,
err
)
console
.
log
(
'err'
,
err
)
...
@@ -282,16 +277,19 @@ export default {
...
@@ -282,16 +277,19 @@ export default {
$this
.
cancelFun
()
$this
.
cancelFun
()
}
}
$this
.
deletetext
=
res
.
data
.
msg
$this
.
deletetext
=
res
.
data
.
msg
var
postData
=
{
var
postData
=
$this
.
resetData
()
argKeyWord
:
$this
.
$refs
.
head
.
input
,
argWhere
:
$this
.
$refs
.
head
.
argWhere
,
Stime
:
$this
.
$refs
.
head
.
dateValue
?
$this
.
$moment
(
this
.
dateValue
[
0
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
,
Etime
:
$this
.
$refs
.
head
.
dateValue
?
$this
.
$moment
(
this
.
dateValue
[
1
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
}
$this
.
query
(
postData
)
$this
.
query
(
postData
)
}).
catch
(
function
(
err
){
}).
catch
(
function
(
err
){
console
.
log
(
'err'
,
err
)
console
.
log
(
'err'
,
err
)
})
})
},
resetData
()
{
return
{
argKeyWord
:
this
.
$refs
.
head
.
input
,
argWhere
:
this
.
$refs
.
head
.
argWhere
,
Stime
:
this
.
$refs
.
head
.
dateValue
?
this
.
$moment
(
this
.
$refs
.
head
.
dateValue
[
0
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
,
Etime
:
this
.
$refs
.
head
.
dateValue
?
this
.
$moment
(
this
.
$refs
.
head
.
dateValue
[
1
]).
format
(
'YYYY-MM-DD HH:mm:ss'
)
:
' '
}
},
},
//删除数据
//删除数据
deleteData
(
data
){
deleteData
(
data
){
...
...
src/views/education/wordProcedure.vue
View file @
35f9d249
...
@@ -62,7 +62,8 @@
...
@@ -62,7 +62,8 @@
<el-table-column
<el-table-column
label=
"操作"
label=
"操作"
show-overflow-tooltip
>
show-overflow-tooltip
width=
"170"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
class=
"table_edit"
@
click=
"editFun(scope.row)"
>
<div
class=
"table_edit"
@
click=
"editFun(scope.row)"
>
<div
class=
"edit_img"
></div>
<div
class=
"edit_img"
></div>
...
...
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