Преглед на файлове

修复"药食同源"bug

cgp преди 1 ден
родител
ревизия
da1aa867f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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