|
|
|
|
@ -1507,7 +1507,7 @@ onMounted(() => {
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
type="button"
|
|
|
|
|
class="btn btn-sm btn-outline-secondary"
|
|
|
|
|
class="btn btn-sm btn-outline-danger"
|
|
|
|
|
:disabled="formDisabled"
|
|
|
|
|
@click="removeFile(item.id, 'plan')"
|
|
|
|
|
>
|
|
|
|
|
@ -1573,7 +1573,7 @@ onMounted(() => {
|
|
|
|
|
>
|
|
|
|
|
<button
|
|
|
|
|
type="button"
|
|
|
|
|
class="btn btn-sm btn-outline-secondary"
|
|
|
|
|
class="btn btn-sm btn-outline-danger"
|
|
|
|
|
:disabled="formDisabled"
|
|
|
|
|
@click="removeFile(item.id, 'supporting')"
|
|
|
|
|
>
|
|
|
|
|
|