|
@@ -4,7 +4,7 @@
|
|
|
<template #service="{ item, params }">
|
|
|
<select-service-unit
|
|
|
v-model="params[item.prop]"
|
|
|
- :filterParams="{ statusList: ['PUBLISH', 'FINISH'] }"
|
|
|
+ :filterParams="{ statusList: ['PUBLISH'] }"
|
|
|
></select-service-unit>
|
|
|
</template>
|
|
|
<template #supplier="{ item, params }">
|