油罐名称:{{ statisticsForm.tankName }}
油品油号:{{ statisticsForm.oilNumber }}
库存数量(L):{{ statisticsForm.storedQuantity }}{{ statisticsForm.unit }}
@@ -287,11 +281,6 @@ export default {
handleClose(done) {
done();
- // this.$confirm('确认关闭?')
- // .then(_ => {
- // done();
- // })
- // .catch(_ => {});
},
// 选择油品号
@@ -314,9 +303,10 @@ export default {
From 77d0a4b118c92d6896550b9e0e1922974fdd2c56 Mon Sep 17 00:00:00 2001
From: ds
Date: Wed, 30 Oct 2024 14:31:39 +0800
Subject: [PATCH 2/2] 10.30
---
fuintAdmin_zt/src/views/Site/add.vue | 21 ++++++++++++++-----
.../src/views/homeComponents/agent.vue | 2 +-
fuintAdmin_zt/src/views/setting/hardware.vue | 9 ++++++--
3 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/fuintAdmin_zt/src/views/Site/add.vue b/fuintAdmin_zt/src/views/Site/add.vue
index 6695817b2..77c7c73a6 100644
--- a/fuintAdmin_zt/src/views/Site/add.vue
+++ b/fuintAdmin_zt/src/views/Site/add.vue
@@ -51,6 +51,9 @@ export default {
},
methods: {
+ goback(){
+ this.$router.go(-1)
+ },
// 查询菜单树结构
getMenuTreeselect() {
// merchantId 代表deptType
@@ -311,7 +314,11 @@ export default {
-
+
+
+ 当前位置:机构管理 / 角色信息 / 新增角色
+
+
@@ -410,6 +417,8 @@ export default {
+
+