shish 2 years ago
parent
commit
0992c43ac8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghs/src/views/order/list.vue

+ 1 - 1
ghs/src/views/order/list.vue

@@ -56,7 +56,7 @@
       </template>
 
       <template #slot-column-option="{scope}">
-        <el-button v-if="scope.row.book == 1" @click.stop="printOrder(scope.row)" size="mini" type="primary">打A4</el-button>
+        <el-button v-if="scope.row.status != 1 && scope.row.status != 5" @click.stop="printOrder(scope.row)" size="mini" type="primary">打A4</el-button>
         <el-button v-else disabled size="mini">打A4</el-button>
       </template>