Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
0dcf2103
Commit
0dcf2103
authored
Mar 18, 2022
by
zhangjw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段调整
parent
7185f1e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
34 deletions
+35
-34
ant-design-vue-jeecg/src/views/pm/monitoring-device/PmMonitoringDeviceList.vue
+5
-5
ant-design-vue-jeecg/src/views/pm/monitoring-device/modules/PmMonitoringDeviceForm.vue
+21
-21
jeecg-boot-parent/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/pm/entity/PmMonitoringDevice.java
+9
-8
No files found.
ant-design-vue-jeecg/src/views/pm/monitoring-device/PmMonitoringDeviceList.vue
View file @
0dcf2103
...
@@ -151,11 +151,11 @@
...
@@ -151,11 +151,11 @@
align
:
"center"
,
align
:
"center"
,
dataIndex
:
'place'
dataIndex
:
'place'
},
},
{
//
{
title
:
'xy值'
,
//
title:'xy值',
align
:
"center"
,
//
align:"center",
dataIndex
:
'coordinate'
//
dataIndex: 'coordinate'
},
//
},
{
{
title
:
'生产日期'
,
title
:
'生产日期'
,
align
:
"center"
,
align
:
"center"
,
...
...
ant-design-vue-jeecg/src/views/pm/monitoring-device/modules/PmMonitoringDeviceForm.vue
View file @
0dcf2103
...
@@ -33,11 +33,11 @@
...
@@ -33,11 +33,11 @@
<a-input
v-model=
"model.place"
placeholder=
"请输入设备位置"
></a-input>
<a-input
v-model=
"model.place"
placeholder=
"请输入设备位置"
></a-input>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"24"
>
<!--
<a-col
:span=
"24"
>
--
>
<a-form-model-item
label=
"xy值"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"coordinate"
>
<!--
<a-form-model-item
label=
"xy值"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"coordinate"
>
--
>
<a-input
v-model=
"model.coordinate"
placeholder=
"请输入xy值"
></a-input
>
<!--
<a-input
v-model=
"model.coordinate"
placeholder=
"请输入xy值"
></a-input>
--
>
</a-form-model-item
>
<!--
</a-form-model-item>
--
>
</a-col
>
<!--
</a-col>
--
>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<a-form-model-item
label=
"生产日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"dateOfProduction"
>
<a-form-model-item
label=
"生产日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"dateOfProduction"
>
<j-date
placeholder=
"请选择生产日期"
v-model=
"model.dateOfProduction"
style=
"width: 100%"
/>
<j-date
placeholder=
"请选择生产日期"
v-model=
"model.dateOfProduction"
style=
"width: 100%"
/>
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
</a-col>
</a-col>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<a-form-model-item
label=
"生产厂商"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"manufacturer"
>
<a-form-model-item
label=
"生产厂商"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"manufacturer"
>
<
j-date
placeholder=
"请选择生产厂商"
v-model=
"model.manufacturer"
style=
"width: 100%"
/
>
<
a-input
v-model=
"model.manufacturer"
placeholder=
"请输入生产厂商"
></a-input
>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
...
@@ -63,21 +63,21 @@
...
@@ -63,21 +63,21 @@
<a-input
v-model=
"model.status"
placeholder=
"请输入状态"
></a-input>
<a-input
v-model=
"model.status"
placeholder=
"请输入状态"
></a-input>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<a-col
:span=
"24"
>
<!--
<a-col
:span=
"24"
>
--
>
<a-form-model-item
label=
"创建人Id(sys_user)"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"createUserId"
>
<!--
<a-form-model-item
label=
"创建人Id(sys_user)"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"createUserId"
>
--
>
<a-input
v-model=
"model.createUserId"
placeholder=
"请输入创建人Id(sys_user)"
></a-input
>
<!--
<a-input
v-model=
"model.createUserId"
placeholder=
"请输入创建人Id"
></a-input>
--
>
</a-form-model-item
>
<!--
</a-form-model-item>
--
>
</a-col
>
<!--
</a-col>
--
>
<a-col
:span=
"24"
>
<!--
<a-col
:span=
"24"
>
--
>
<a-form-model-item
label=
"修改人Id(sys_user)"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"modifyUserId"
>
<!--
<a-form-model-item
label=
"修改人Id(sys_user)"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"modifyUserId"
>
--
>
<a-input
v-model=
"model.modifyUserId"
placeholder=
"请输入修改人Id(sys_user)"
></a-input
>
<!--
<a-input
v-model=
"model.modifyUserId"
placeholder=
"请输入修改人Id(sys_user)"
></a-input>
--
>
</a-form-model-item
>
<!--
</a-form-model-item>
--
>
</a-col
>
<!--
</a-col>
--
>
<a-col
:span=
"24"
>
<!--
<a-col
:span=
"24"
>
--
>
<a-form-model-item
label=
"修改时间"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"modifyTime"
>
<!--
<a-form-model-item
label=
"修改时间"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"modifyTime"
>
--
>
<j-date
placeholder=
"请选择修改时间"
v-model=
"model.modifyTime"
style=
"width: 100%"
/
>
<!--
<j-date
placeholder=
"请选择修改时间"
v-model=
"model.modifyTime"
style=
"width: 100%"
/>
--
>
</a-form-model-item
>
<!--
</a-form-model-item>
--
>
</a-col
>
<!--
</a-col>
--
>
</a-row>
</a-row>
</a-form-model>
</a-form-model>
</j-form-container>
</j-form-container>
...
...
jeecg-boot-parent/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/pm/entity/PmMonitoringDevice.java
View file @
0dcf2103
...
@@ -36,7 +36,7 @@ public class PmMonitoringDevice implements Serializable {
...
@@ -36,7 +36,7 @@ public class PmMonitoringDevice implements Serializable {
*/
*/
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
@TableId
(
type
=
IdType
.
ASSIGN_ID
)
@ApiModelProperty
(
value
=
"id"
)
@ApiModelProperty
(
value
=
"id"
)
private
Integer
id
;
private
Long
id
;
/**
/**
* 设备编码
* 设备编码
*/
*/
...
@@ -79,13 +79,14 @@ public class PmMonitoringDevice implements Serializable {
...
@@ -79,13 +79,14 @@ public class PmMonitoringDevice implements Serializable {
@Excel
(
name
=
"设备位置"
,
width
=
15
)
@Excel
(
name
=
"设备位置"
,
width
=
15
)
@ApiModelProperty
(
value
=
"设备位置"
)
@ApiModelProperty
(
value
=
"设备位置"
)
private
String
place
;
private
String
place
;
/**
* xy值
// /**
*/
// * xy值
@Excel
(
name
=
"xy值"
,
width
=
15
)
// */
@ApiModelProperty
(
value
=
"xy值"
)
// @Excel(name = "xy值", width = 15)
@TableField
(
typeHandler
=
Coordinate
.
TypeHandler
.
class
)
// @ApiModelProperty(value = "xy值")
private
Coordinate
coordinate
;
// @TableField(typeHandler = Coordinate.TypeHandler.class)
// private Coordinate coordinate;
/**
/**
* 生产日期
* 生产日期
*/
*/
...
...
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