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
9b529726
Commit
9b529726
authored
Jan 14, 2021
by
徐来柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a3f7bf5f
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
8 deletions
+26
-8
common.scss
src/assets/sass/common.scss
+4
-0
Role.vue
src/components/role/Role.vue
+1
-1
relateDialog.vue
src/views/education/component/relateDialog.vue
+8
-2
deviceManage.vue
src/views/education/deviceManage.vue
+6
-0
materiel.vue
src/views/education/materiel.vue
+4
-3
productManage.vue
src/views/education/productManage.vue
+3
-2
No files found.
src/assets/sass/common.scss
View file @
9b529726
...
...
@@ -142,3 +142,6 @@
background
:
#ff4949
!
important
;
color
:
#fff
!
important
;
}
input
{
border
:
1px
solid
#DCDFE6
;
}
\ No newline at end of file
src/components/role/Role.vue
View file @
9b529726
...
...
@@ -127,7 +127,7 @@ export default {
tableHead
:
{
NO
:
'序号'
,
RoleName
:
'岗位名称'
,
RoleN
o
:
'岗位编号'
,
Scmsusern
o
:
'岗位编号'
,
RoleDesc
:
'岗位描述'
,
UpdateUserName
:
'修改人'
,
UpdateTime
:
'修改时间'
...
...
src/views/education/component/relateDialog.vue
View file @
9b529726
...
...
@@ -236,7 +236,6 @@ export default {
},
conserve
()
{
if
(
this
.
relateType
)
{
// var flag = Object.prototype.toString.call(this.relateType)
if
(
this
.
relateType
===
'VPID'
)
{
if
(
this
.
currentRow
.
DateType
.
indexOf
(
'字符串'
)
!==
-
1
)
{
return
this
.
$emit
(
'conserve'
,
this
.
currentRow
,
this
.
relateType
)
...
...
@@ -279,7 +278,14 @@ export default {
}
}
}
else
{
this
.
$emit
(
'conserve'
,
this
.
currentRow
)
if
(
this
.
currentRow
.
DateType
.
indexOf
(
'二进制'
)
!==
-
1
)
{
return
this
.
$emit
(
'conserve'
,
this
.
currentRow
)
}
else
{
this
.
typeV
=
'5'
this
.
deleteShow
=
true
this
.
deletetext
=
'该变量不是二进制变量,请重新选择'
return
}
}
},
...
...
src/views/education/deviceManage.vue
View file @
9b529726
...
...
@@ -214,6 +214,12 @@ export default {
//添加
addFun
(
value
){
let
data
=
value
if
(
value
.
Proalert
.
trim
()
===
''
)
{
this
.
typeV
=
'5'
this
.
deleteShow
=
true
this
.
deletetext
=
'请先关联变量'
return
}
this
.
$axios
({
method
:
"post"
,
url
:
`/api/Device/Device_WindowAddSave`
,
...
...
src/views/education/materiel.vue
View file @
9b529726
...
...
@@ -57,18 +57,19 @@
label=
"最近修改时间"
:show-overflow-tooltip=
"true"
prop=
"UpdateTime"
width=
"
32
0"
>
width=
"
24
0"
>
</el-table-column>
<el-table-column
label=
"修改人"
:show-overflow-tooltip=
"true"
prop=
"UpdateUserName"
width=
"3
1
0"
>
width=
"3
0
0"
>
</el-table-column>
<el-table-column
label=
"操作"
show-overflow-tooltip
>
show-overflow-tooltip
>
<template
slot-scope=
"scope"
>
<div
class=
"table_edit"
@
click=
"editFun(scope.row)"
>
<div
class=
"edit_img"
></div>
...
...
src/views/education/productManage.vue
View file @
9b529726
...
...
@@ -62,7 +62,7 @@
<el-table-column
label=
"产品组成(BOM)"
:show-overflow-tooltip=
"true"
width=
"2
6
0"
>
width=
"2
1
0"
>
<template
slot-scope=
"scope"
>
<div
class=
"BomBtn"
@
click=
"BomFun(scope.row)"
>
<div
class=
"Bom_img"
></div>
...
...
@@ -85,7 +85,8 @@
<el-table-column
label=
"操作"
show-overflow-tooltip
>
show-overflow-tooltip
width=
"170"
>
<
template
slot-scope=
"scope"
>
<div
class=
"table_edit"
@
click=
"editFun(scope.row)"
>
<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