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