lilei hace 1 año
padre
commit
29b63a7fd6
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      src/views/salesManagement/salesQueryNew/list.vue

+ 5 - 5
src/views/salesManagement/salesQueryNew/list.vue

@@ -169,24 +169,24 @@
             <span v-else>{{ record.salesBillNo }}</span>
             <a-badge count="改" :number-style="{ zoom:'80%',marginLeft:'5px' }" v-if="record.billStatus=='SUPERIOR_CHANGE'"></a-badge>
           </template>
-          <!-- 审核 -->
+          <!-- 审核icon -->
           <template slot="audit" slot-scope="text, record">
             <stateIcon :title="record.billStatusDictValue" v-if="record.billStatus!='AUDIT_REJECT'" :state="record.billStatus == 'WAIT_OUT_WAREHOUSE'||record.billStatus == 'FINISH'?'1':'2'"></stateIcon>
             <stateIcon :title="record.billStatusDictValue" v-else :state="0"></stateIcon>
           </template>
-          <!-- 急件 -->
+          <!-- 急件icon -->
           <template slot="oosFlag" slot-scope="text, record">
             <stateIcon :state="record.oosFlag==1?'1':'2'"></stateIcon>
           </template>
-          <!-- 出库 -->
+          <!-- 出库icon -->
           <template slot="waitOut" slot-scope="text, record">
             <stateIcon :state="record.billStatus == 'FINISH'?'1':'2'"></stateIcon>
           </template>
-          <!-- 收款 -->
+          <!-- 收款icon -->
           <template slot="financial" slot-scope="text, record">
             <stateIcon :title="record.financialStatusDictValue" :state="record.financialStatus == 'FINISH'?'1':'2'"></stateIcon>
           </template>
-          <!-- 操作 -->
+          <!-- 操作按钮 -->
           <template slot="action" slot-scope="text, record">
             <a-button
               :id="'salesManagementList-audit-'+record.id"