瀏覽代碼

重要节点增加操作日志

lxf 1 年之前
父節點
當前提交
d3802699ab

+ 2 - 2
src/views/shengde/group/BOM/library/index.vue

@@ -69,9 +69,9 @@
           </el-row>
 
           <div style="width: 100%; position: relative">
-            <!-- <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
+            <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
               <el-button type="primary" size="mini" @click="openOperationLog = true" v-db-click>操作日志</el-button>
-            </div> -->
+            </div>
             <el-table
               v-loading="loadingTable"
               :data="productList"

+ 2 - 2
src/views/shengde/group/order/orderManagement/index.vue

@@ -61,9 +61,9 @@
     </el-form>
 
     <div style="width: 100%; position: relative">
-      <!-- <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
+      <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
         <el-button type="primary" size="mini" @click="openOperationLog = true" v-db-click>操作日志</el-button>
-      </div> -->
+      </div>
       <el-table
         :data="tableList"
         :cell-style="{ padding: '0' }"

+ 2 - 2
src/views/shengde/product/management/index.vue

@@ -38,9 +38,9 @@
           <div style="margin-bottom: 15px" v-if="selectStatus"></div>
 
           <div style="width: 100%; position: relative">
-            <!-- <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
+            <div style="position: absolute; right: 0; top: -34px; width: 120px; text-align: center">
               <el-button type="primary" size="mini" @click="openOperationLog = true" v-db-click>操作日志</el-button>
-            </div> -->
+            </div>
             <el-table
               v-loading="loadingTable"
               :data="productList"