style:屏蔽“添加维修项目”按钮

main
黄伟杰 2 months ago
parent ab7318d22a
commit dc9d240eb8

@ -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'

Loading…
Cancel
Save