chore: 统一script标签的字段顺序

<script setup lang="ts">
This commit is contained in:
yangxu52
2025-03-07 00:01:37 +08:00
parent e341b45429
commit 71b9d5d468
16 changed files with 34 additions and 40 deletions

View File

@ -104,7 +104,7 @@
</div>
</template>
<script lang="ts" setup>
<script setup lang="ts">
import { pageByAllTaskWait, pageByAllTaskFinish, updateAssignee } from '@/api/workflow/task';
import UserSelect from '@/components/UserSelect';
import { TaskQuery } from '@/api/workflow/task/types';