diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue
index 55dafb8..43eb411 100644
--- a/src/components/ImageUpload/index.vue
+++ b/src/components/ImageUpload/index.vue
@@ -148,7 +148,7 @@ function handleExceed() {
// 上传成功回调
function handleUploadSuccess(res, file) {
if (res.code === 200) {
- uploadList.value.push({ name: res.fileName, url: res.fileName });
+ uploadList.value.push({ name: res.fileName, url: baseUrl + res.fileName });
uploadedSuccessfully();
} else {
number.value--;
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 67582d0..38cac47 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -6,7 +6,7 @@
diff --git a/src/views/casm/device/index.vue b/src/views/casm/device/index.vue
index 18ec190..6108f24 100644
--- a/src/views/casm/device/index.vue
+++ b/src/views/casm/device/index.vue
@@ -59,37 +59,45 @@
删除
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
- 修改
- 删除
+
+
+
+
+
+
+
+
+
+
@@ -98,14 +106,17 @@
@pagination="getList" />
-
-
+
+
+
+
+
@@ -131,13 +142,13 @@
-
+
-
+
@@ -148,12 +159,14 @@
取 消
+
-
+
diff --git a/src/views/casm/device/info.vue b/src/views/casm/device/info.vue
new file mode 100644
index 0000000..05b7f8d
--- /dev/null
+++ b/src/views/casm/device/info.vue
@@ -0,0 +1,56 @@
+
+
+
+ {{ props.info.code }}
+ {{ props.info.name }}
+ {{ props.info.type }}
+
+ {{ props.info.workShop }}
+ {{ props.info.lineName }}
+
+ {{ props.info.maintenance }}
+ {{ props.info.needleNum }}
+
+
+ {{ props.info.supplier }}
+ {{ props.info.supplierContactPerson }}
+ {{ props.info.contactPhone }}
+
+ {{ props.info.manufacturer }}
+ {{ props.info.brand }}
+ {{ props.info.model }}
+
+
+ {{ props.info.remark }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/casm/product/index.vue b/src/views/casm/product/index.vue
new file mode 100644
index 0000000..bbc827c
--- /dev/null
+++ b/src/views/casm/product/index.vue
@@ -0,0 +1,10 @@
+
+ 产品管理
+
+
+
+
+