Commit 3f4b9d74 authored by 赵啸非's avatar 赵啸非

设备列表导出优化

parent d728ab81
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
{{userData.currUserName}} {{userData.currUserName}}
<i class="el-icon-arrow-down el-icon--right"></i> <i class="el-icon-arrow-down el-icon--right"></i>
</span> </span>
<el-dropdown-menu slot="dropdown"> <!-- <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="update">修改密码</el-dropdown-item> <el-dropdown-item command="update">修改密码</el-dropdown-item>
<el-dropdown-item command="logout">退出登录</el-dropdown-item> <el-dropdown-item command="logout">退出登录</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu> -->
</el-dropdown> </el-dropdown>
</div> </div>
</div> </div>
......
...@@ -96,11 +96,10 @@ Content-Type: application/json ...@@ -96,11 +96,10 @@ Content-Type: application/json
{ {
"deviceName":"测试设备2", "deviceName":"测试设备2",
"deviceCode":"a102", "deviceCode":"a109",
"siteId":2, "siteId":2,
"siteCode":"513400000000-0001", "siteCode":"513400000000-0001",
"siteName":"凉山州行政审批局", "siteName":"凉山州行政审批局",
"platformId":1,
"productId":1, "productId":1,
"deviceFirmId":1, "deviceFirmId":1,
"lon":"33", "lon":"33",
...@@ -109,7 +108,8 @@ Content-Type: application/json ...@@ -109,7 +108,8 @@ Content-Type: application/json
"deviceInFloor":22, "deviceInFloor":22,
"defectsLiabilityPeriod":"2022-06-30 15:00:01", "defectsLiabilityPeriod":"2022-06-30 15:00:01",
"leadingOfficial":"张三", "leadingOfficial":"张三",
"leadingOfficialTelephone":"13281114856" "leadingOfficialTelephone":"13281114856",
"source":1
} }
###设备新增 ###设备新增
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment