Browse Source

产品跟踪明细表

jiangn 3 years ago
parent
commit
9521b94b92
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/view/report/product-follow-report/index.vue

+ 2 - 1
src/view/report/product-follow-report/index.vue

@@ -65,7 +65,8 @@
           <DkTableColumn field="opnTime" :title="$t('operationTime')" data-type="dateTime"></DkTableColumn>
           <DkTableColumn field="opCreateUserCode"></DkTableColumn>
           <DkTableColumn field="opnUserName"></DkTableColumn>
-          <DkTableColumn field="operatingInstructions" width="auto"></DkTableColumn>
+<!--          <DkTableColumn field="operatingInstructions" width="auto"></DkTableColumn>-->
+          <DkTableColumn field="remarks" width="auto"></DkTableColumn>
         </DkTable>
       </div>
     </DkSplit>