|
@@ -20,7 +20,7 @@
|
|
:financing-rate="financingRate || detailsInfo.financingRate"
|
|
:financing-rate="financingRate || detailsInfo.financingRate"
|
|
:disabled="$route.query.type === 'see'"
|
|
:disabled="$route.query.type === 'see'"
|
|
></rate-config>
|
|
></rate-config>
|
|
- <div v-if="$route.query.type === 'see'" class="submit-btn">
|
|
|
|
|
|
+ <div v-if="$route.query.type !== 'see'" class="submit-btn">
|
|
<el-button @click="$router.go(-1)">关闭</el-button>
|
|
<el-button @click="$router.go(-1)">关闭</el-button>
|
|
<el-button type="primary" @click="submit('temp')">暂存</el-button>
|
|
<el-button type="primary" @click="submit('temp')">暂存</el-button>
|
|
<el-button type="primary" @click="submit('submit')">确定</el-button>
|
|
<el-button type="primary" @click="submit('submit')">确定</el-button>
|