zhangafei 2 săptămâni în urmă
părinte
comite
87888911f0

+ 2 - 2
index.html

@@ -167,7 +167,7 @@
     </div>
     <script type="module" src="/src/main.ts"></script>
     <!-- 百度统计 -->
-    <script>
+    <!-- <script>
       var _hmt = _hmt || [];
       (function() {
         var hm = document.createElement("script");
@@ -175,7 +175,7 @@
         var s = document.getElementsByTagName("script")[0];
         s.parentNode.insertBefore(hm, s);
       })();
-    </script>
+    </script> -->
 
   </body>
 </html>

+ 1 - 1
src/design/color.less

@@ -40,7 +40,7 @@ html {
 // @alert-success-bg-color: '#162312';
 // @alert-success-icon-color: '#49aa19';
 // @alert-info-border-color: '#153450';
-// @alert-info-bg-color: '#111b26';
+// @alert-info-bg-color: '#f50';
 // @alert-info-icon-color: '#177ddc';
 // @alert-warning-border-color: '#594214';
 // @alert-warning-bg-color: '#2b2111';

+ 3 - 2
src/views/equipmentLifecycle/device/bom/index.vue

@@ -4,9 +4,9 @@
     <BasicTable @register="registerTable" :rowSelection="rowSelection">
       <!--插槽:table标题-->
       <template #tableTitle>
-        <a-button type="primary" v-auth="'deviceInfo:device_material_relation:add'" @click="handleAdd" preIcon="ant-design:plus-outlined">
+        <!-- <a-button type="primary" v-auth="'deviceInfo:device_material_relation:add'" @click="handleAdd" preIcon="ant-design:plus-outlined">
           新增</a-button
-        >
+        > -->
         <a-button type="primary" v-auth="'deviceInfo:device_material_relation:exportXls'" preIcon="ant-design:export-outlined" @click="onExportXls">
           导出</a-button
         >
@@ -73,6 +73,7 @@
         fieldMapToNumber: [],
         fieldMapToTime: [],
       },
+      showActionColumn: false,
       actionColumn: {
         width: 120,
         fixed: 'right',

+ 1 - 1
src/views/equipmentLifecycle/device/list/DeviceBaseInfoList.vue

@@ -249,7 +249,7 @@
         auth: 'deviceInfo:sub_device_info:add',
       },
       {
-        label: '添加备件',
+        label: '物料申领',
         onClick: () => {
           openMaterialModal(true, {
             device: record,