Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart-office-platform
Commits
bff937dd
Commit
bff937dd
authored
Jun 28, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推,修改无数据的统一格式并修改表格样式问题
parent
5daf7c58
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
111 deletions
+0
-111
smart-office-manager-ui/admin/src/views/device/electron/list.vue
...ffice-manager-ui/admin/src/views/device/electron/list.vue
+0
-17
smart-office-manager-ui/admin/src/views/device/meet/list.vue
smart-office-manager-ui/admin/src/views/device/meet/list.vue
+0
-16
smart-office-manager-ui/admin/src/views/system/menu/list.vue
smart-office-manager-ui/admin/src/views/system/menu/list.vue
+0
-8
smart-office-manager-ui/admin/src/views/workman/list.vue
smart-office-manager-ui/admin/src/views/workman/list.vue
+0
-70
No files found.
smart-office-manager-ui/admin/src/views/device/electron/list.vue
View file @
bff937dd
...
@@ -68,7 +68,6 @@
...
@@ -68,7 +68,6 @@
</
template
>
</
template
>
<
script
>
<
script
>
<<<<<<<
HEAD
/** 表单弹出框模式需引入 */
/** 表单弹出框模式需引入 */
import
drawerShow
from
"
./drawershow
"
;
import
drawerShow
from
"
./drawershow
"
;
import
table
from
"
@/assets/mixins/table
"
;
import
table
from
"
@/assets/mixins/table
"
;
...
@@ -122,22 +121,6 @@ export default {
...
@@ -122,22 +121,6 @@ export default {
"
/device/exportExcel
"
,
"
/device/exportExcel
"
,
{
{
idList
:
this
.
selection
,
idList
:
this
.
selection
,
=======
/** 表单弹出框模式需引入 */
import
drawerShow
from
"
./drawershow
"
;
import
table
from
"
@/assets/mixins/table
"
;
export
default
{
name
:
"
DeviceList
"
,
components
:
{
drawerShow
},
mixins
:
[
table
],
created
()
{
console
.
log
(
"
route
"
,
this
.
$route
)
this
.
changePath
(
"
/device
"
)
console
.
log
(
"
this.pageInfo.list000
"
,
this
.
pageInfo
.
list
)
this
.
query
=
Object
.
assign
({},
this
.
query
,
{
productCode
:
"
dzmp
"
});
>>>>>>>
39
e6d56acbefe19665a6d0358d3730be6122fa01
},
},
{
type
:
"
excel
"
}
{
type
:
"
excel
"
}
)
)
...
...
smart-office-manager-ui/admin/src/views/device/meet/list.vue
View file @
bff937dd
...
@@ -68,7 +68,6 @@
...
@@ -68,7 +68,6 @@
</
template
>
</
template
>
<
script
>
<
script
>
<<<<<<<
HEAD
/** 表单弹出框模式需引入 */
/** 表单弹出框模式需引入 */
import
drawerShow
from
"
./drawershow
"
;
import
drawerShow
from
"
./drawershow
"
;
import
table
from
"
@/assets/mixins/table
"
;
import
table
from
"
@/assets/mixins/table
"
;
...
@@ -122,21 +121,6 @@ export default {
...
@@ -122,21 +121,6 @@ export default {
"
/device/exportExcel
"
,
"
/device/exportExcel
"
,
{
{
idList
:
this
.
selection
,
idList
:
this
.
selection
,
=======
/** 表单弹出框模式需引入 */
import
drawerShow
from
"
./drawershow
"
;
import
table
from
"
@/assets/mixins/table
"
;
export
default
{
name
:
"
DeviceList
"
,
components
:
{
drawerShow
},
mixins
:
[
table
],
created
()
{
console
.
log
(
"
route111
"
,
this
.
$route
)
this
.
changePath
(
"
/device
"
)
this
.
query
=
Object
.
assign
({},
this
.
query
,
{
productCode
:
"
hysdzmp
"
});
>>>>>>>
39
e6d56acbefe19665a6d0358d3730be6122fa01
},
},
{
type
:
"
excel
"
}
{
type
:
"
excel
"
}
)
)
...
...
smart-office-manager-ui/admin/src/views/system/menu/list.vue
View file @
bff937dd
...
@@ -164,20 +164,12 @@ export default {
...
@@ -164,20 +164,12 @@ export default {
{
{
prop
:
"
parentId
"
,
prop
:
"
parentId
"
,
label
:
"
父ID
"
,
label
:
"
父ID
"
,
<<<<<<<
HEAD
formatter
:
(
row
)
=>
(
row
.
parentId
?
row
.
parentId
:
"
--
"
),
formatter
:
(
row
)
=>
(
row
.
parentId
?
row
.
parentId
:
"
--
"
),
=======
width
:
160
,
>>>>>>>
39
e6d56acbefe19665a6d0358d3730be6122fa01
},
},
{
{
prop
:
"
url
"
,
prop
:
"
url
"
,
label
:
"
地址
"
,
label
:
"
地址
"
,
<<<<<<<
HEAD
formatter
:
(
row
)
=>
(
row
.
url
?
row
.
url
:
"
--
"
),
formatter
:
(
row
)
=>
(
row
.
url
?
row
.
url
:
"
--
"
),
=======
width
:
160
,
>>>>>>>
39
e6d56acbefe19665a6d0358d3730be6122fa01
},
},
{
{
prop
:
"
status
"
,
prop
:
"
status
"
,
...
...
smart-office-manager-ui/admin/src/views/workman/list.vue
View file @
bff937dd
...
@@ -210,7 +210,6 @@ export default {
...
@@ -210,7 +210,6 @@ export default {
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
<<<<<<<
HEAD
{
{
label
:
"
照片
"
,
label
:
"
照片
"
,
prop
:
"
photoPath
"
,
prop
:
"
photoPath
"
,
...
@@ -226,75 +225,6 @@ export default {
...
@@ -226,75 +225,6 @@ export default {
);
);
},
},
},
},
=======
},
data
()
{
return
{
loginName
:
null
,
newPwd
:
null
,
// 用户导入参数
upload
:
{
// 是否显示弹出层(工作人员导入)
open
:
false
,
// 弹出层标题(工作人员导入)
title
:
"
导入工作人员数据
"
,
// 是否禁用上传
isUploading
:
false
,
// 是否更新已经存在的数据
updateSupport
:
0
,
// 上传的地址
url
:
"
/office/workman/importData
"
,
},
user
:
{
// 是否显示弹出层(工作人员导入)
open
:
false
,
// 弹出层标题(工作人员导入)
title
:
"
修改密码
"
,
},
isExport
:
false
,
config
:
{
search
:
[
{
name
:
"
name
"
,
type
:
"
text
"
,
label
:
"
姓名
"
,
fuzzy
:
true
},
{
name
:
"
roomId
"
,
type
:
"
select
"
,
label
:
"
所属房间
"
},
{
name
:
"
workStatus
"
,
type
:
"
select
"
,
label
:
"
工作状态
"
}
],
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
width
:
100
,
label
:
"
照片
"
,
prop
:
"
photoPath
"
,
formatter
:
(
row
)
=>
{
return
row
.
photoPath
!=
""
?
(
<
el
-
image
style
=
"
width: 70px; height: 100px
"
src
=
{
row
.
photoPath
}
preview
-
src
-
list
=
{[
row
.
photoPath
]}
><
/el-image
>
)
:
(
"
--
"
);
},},
{
label
:
"
姓名
"
,
prop
:
"
name
"
},
{
label
:
"
所属部门
"
,
prop
:
"
deptName
"
},
{
label
:
"
所属房间
"
,
prop
:
"
roomName
"
},
{
label
:
"
职位
"
,
prop
:
"
userPost
"
},
>>>>>>>
39
e6d56acbefe19665a6d0358d3730be6122fa01
{
{
label
:
"
姓名
"
,
label
:
"
姓名
"
,
...
...
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