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

修改百分百

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