Sfoglia il codice sorgente

Merge branch 'linwenxin_workOrder' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin

linwenxin 1 anno fa
parent
commit
9232f66184

+ 1 - 4
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/index.vue

@@ -9,10 +9,7 @@
           </div>
           <div slot="right" style="width: 55%; position: relative">
             <div class="pgxxTable">
-              <zj-table key="paigongxinxitable" :columns="logColumns" :table-data="logList" :table-attributes="{
-                height: '100%',
-                border: true
-              }" />
+              <zj-table :columns="logColumns" :table-data="logList" :table-attributes="{ height: '100%', border: true }" />
             </div>
           </div>
         </zj-form-module>

+ 0 - 1
src/views/workOrder/workOrderPool/index.vue

@@ -216,7 +216,6 @@ export default {
     },
     screeningAnalysis(jname, val) {
       if (jname == 'orderFlags') {
-        console.log(val)
         return (val || []).map(item => item.tagName).join(',')
       } else {
         return val