Commit 75a2ba1d authored by 赵啸非's avatar 赵啸非

修改百分百

parent 16d013d7
...@@ -55,7 +55,7 @@ const router = new Router({ ...@@ -55,7 +55,7 @@ const router = new Router({
...restBuilder("firm", "firm"), // ...restBuilder("firm", "firm"), //
...restBuilder("alarm/config", "alarm/config"), //设备告警配置 ...restBuilder("alarm/config", "alarm/config"), //设备告警配置
...restBuilder("alarm/sms/send", "alarm/sms/send"), //设备告警短信 ...restBuilder("alarm/sms/send", "alarm/sms/send"), //设备告警短信
...restBuilder("alarm/sms/send", "alarm/sms/send"), //设备告警短信 ...restBuilder('product/version', 'product/version'),//产品版本
...restBuilder("app/publish", "app/publish"), //产品 ...restBuilder("app/publish", "app/publish"), //产品
......
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
.catch((error) => { .catch((error) => {
this.$message.error(error.message); this.$message.error(error.message);
}); });
}, },
distribute(row) { distribute(row) {
...@@ -73,14 +73,12 @@ export default { ...@@ -73,14 +73,12 @@ export default {
type: "index", type: "index",
align: "center", align: "center",
label: "序号", label: "序号",
align: "center",
width: 50, width: 50,
}, },
{ {
label: "关联平台", label: "关联平台",
align: "center", align: "center",
align: "center",
prop: "platformId", prop: "platformId",
formatter: this.formatter, formatter: this.formatter,
}, },
...@@ -134,4 +132,4 @@ export default { ...@@ -134,4 +132,4 @@ export default {
}; };
}, },
}; };
</script> </script>
\ No newline at end of file
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