pm 10 bulan lalu
induk
melakukan
221a2a06ae
2 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 2 1
      src/views/mes/sop/sopm/NewSop.vue
  2. 3 3
      src/views/mes/sop/sopm/index.vue

+ 2 - 1
src/views/mes/sop/sopm/NewSop.vue

@@ -14,6 +14,7 @@
         src="@/assets/images/marsBg.png"
         alt=""
       />
+<!--      -->
       <img
         style="
           position: absolute;
@@ -22,7 +23,7 @@
           left: 620px;
           top: 310px;
         "
-        src="@/assets/images/workPoint.png"
+        src="../../../../assets/images/marsPoint.png"
         alt=""
         @click="handelChange('second')"
       />

+ 3 - 3
src/views/mes/sop/sopm/index.vue

@@ -32,7 +32,7 @@
                    icon="el-icon-plus"
                    size="mini"
                    @click="handleAdd"
-                   v-hasPermi="['iscs:sop:add']"
+                   v-hasPermi="['iscs:mars:sop:add']"
         >新增
         </el-button>
       </el-col>
@@ -84,7 +84,7 @@
                      type="text"
                      icon="el-icon-edit"
                      @click="handleUpdate(scope.row)"
-                     v-hasPermi="['iscs:sop:edit']"
+                     v-hasPermi="['iscs:mars:sop:edit']"
           >修改
           </el-button>
 
@@ -95,7 +95,7 @@
                      type="text"
                      icon="el-icon-delete"
                      @click="handleDelete(scope.row)"
-                     v-hasPermi="['iscs:sop:remove']"
+                     v-hasPermi="['iscs:mars:sop:remove']"
           >删除
           </el-button>
         </template>