Commit 4f000595 authored by youjie's avatar youjie

no message

parent 4a0b5829
......@@ -187,7 +187,6 @@ export default defineComponent({
data.search.GuideInfo = r.data.data.GuideInfo
data.search.TeamName = r.data.data.TeamName
data.search.details = r.data.data.details
}else{
message.errorMsg(r.data.message)
}
})
......
......@@ -199,7 +199,6 @@ export default defineComponent({
data.search.GuideInfo = r.data.data.GuideInfo
data.search.TeamName = r.data.data.TeamName
data.search.details = r.data.data.details
}else{
message.errorMsg(r.data.message)
}
})
......
......@@ -37,7 +37,7 @@
:label="$t('v102.vehicle.list.s5')" />
</span>
<span @click="cancel(props.row.Id)">
<q-btn class="col q-mr-md" color="red" unelevated :label="$t('v102.vehicle.add3')" />
<q-btn class="col q-mr-md" color="grey-6" unelevated :label="$t('v102.vehicle.add3')" />
</span>
<!--申请报价-->
<span v-if="props.row.OfferState == 1 && props.row.Status == 0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment