x
This commit is contained in:
parent
264ee48f0e
commit
f479fc4d5b
14
iot/pom.xml
14
iot/pom.xml
@ -9,8 +9,8 @@
|
||||
<groupId>com.zeto</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<properties>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<com.zeto>3.0.0</com.zeto>
|
||||
</properties>
|
||||
@ -40,12 +40,6 @@
|
||||
<artifactId>tencentcloud-sdk-java</artifactId>
|
||||
<version>3.1.640</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.qcloud</groupId>
|
||||
<artifactId>cos-sts_api</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -54,8 +48,8 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<source>${maven.compiler.source}</source>
|
||||
<target>${maven.compiler.target}</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
@ -4,7 +4,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import configs from './.lowcode/configs'
|
||||
import configs from './.lowcode/configs';
|
||||
|
||||
export default {
|
||||
name: 'p-gp970l4mioa',
|
||||
@ -13,5 +13,4 @@ export default {
|
||||
return {}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
</script>
|
@ -1,7 +1,7 @@
|
||||
export default {
|
||||
title: "设备列表",
|
||||
entitys: [{"name":"id","label":"编号"},{"name":"title","label":"产品描述"},{"name":"describe","label":"描述"},{"name":"categoryId","label":"分类"},{"name":"status","label":"设备状态","code":"machineStatus"},{"name":"inline","label":"接入方式","code":"inlineMode"},{"name":"createGmt","label":"创建时间","type":"date"},{"name":"updateGmt","label":"更新时间","type":"date"}],
|
||||
columns: ["id","title","describe","category_id","status","inline","create_gmt","update_gmt"],
|
||||
entitys: [{"name":"id","label":"编号"},{"name":"title","label":"产品描述"},{"name":"describe","label":"描述"},{"name":"categoryId","label":"分类","type":"search","depend":"machine_category"},{"name":"status","label":"设备状态","code":"machineStatus"},{"name":"inline","label":"接入方式","code":"inlineMode"},{"name":"createGmt","label":"创建时间","type":"date"},{"name":"updateGmt","label":"更新时间","type":"date"}],
|
||||
columns: ["id","title","describe","categoryId","status","inline","createGmt","updateGmt"],
|
||||
condition: [],
|
||||
slots: {
|
||||
header$() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user