소스 검색

修改bug

Qukatie 1 년 전
부모
커밋
6e59acb891
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/tradeAgency/oceanFreightImport/index.vue

+ 1 - 1
src/views/tradeAgency/oceanFreightImport/index.vue

@@ -21,7 +21,7 @@
                 <template slot="menu" slot-scope="{ row, index }">
                     <el-button size="small" icon="el-icon-edit" type="text" @click="rowEdit(row)">编辑</el-button>
                     <el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)"
-                        :disabled="row.orderStatus != '录入'">删 除</el-button>
+                        :disabled="row.status != '0'">删 除</el-button>
                 </template>
                 <template slot="bookingNo" slot-scope="{ row }">
                     <span style="color: #1e9fff" @click="rowEdit(row)">{{ row.bookingNo }}</span>