|
|
|
@ -86,9 +86,9 @@
|
|
|
|
</el-table-column> -->
|
|
|
|
</el-table-column> -->
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<el-row justify="center" class="mt-3">
|
|
|
|
<!-- <el-row justify="center" class="mt-3">
|
|
|
|
<el-button @click="handleAdd" round>+ 添加维修项目</el-button>
|
|
|
|
<el-button @click="handleAdd" round>+ 添加维修项目</el-button>
|
|
|
|
</el-row>
|
|
|
|
</el-row> -->
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
<script setup lang="ts">
|
|
|
|
import { DvRepairApi } from '@/api/mes/dvrepair'
|
|
|
|
import { DvRepairApi } from '@/api/mes/dvrepair'
|
|
|
|
|