Browse Source

修复"药食同源"bug

cgp 1 day ago
parent
commit
da1aa867f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/qw/companyCustomer/index.vue

+ 1 - 1
src/views/qw/companyCustomer/index.vue

@@ -523,7 +523,7 @@
             icon="el-icon-folder-add"
             v-if="
               scope.row.myCustomerFlag &&
-              [0, 5, 6, 7].includes(scope.row.processStatus)
+              [0, 5, 6, 7, 8].includes(scope.row.processStatus)
             "
             @click="handleTemplate(scope.row)"
             >完善病例</el-button