mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 报修相关功能优化
This commit is contained in:
parent
595b83032a
commit
e02068d92e
@ -250,6 +250,7 @@ export default {
|
||||
try {
|
||||
const data = await getRepairDetail(this.repairDetailInfo.repairId)
|
||||
Object.assign(this.repairDetailInfo, data)
|
||||
this.changeTab('repairDetailPhotos')
|
||||
} catch (error) {
|
||||
this.$message.error(error.message)
|
||||
}
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="padding">
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<h5>{{ $t('repairTypeUser.title') }}</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<div slot="header" class="flex justify-between">
|
||||
<span>{{ $t('repairTypeUser.title') }}</span>
|
||||
<div class="ibox-tools" >
|
||||
<el-button type="primary" size="small" @click="_goBack">
|
||||
<i class="el-icon-close"></i>{{ $t('common.back') }}
|
||||
</el-button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user