Browse Source

fix(按钮):按钮

sufan 2 weeks ago
parent
commit
3ca0338cfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/capitalManage/details.vue

+ 1 - 1
src/views/capitalManage/details.vue

@@ -20,7 +20,7 @@
       :financing-rate="financingRate || detailsInfo.financingRate"
       :disabled="$route.query.type === 'see'"
     ></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 type="primary" @click="submit('temp')">暂存</el-button>
       <el-button type="primary" @click="submit('submit')">确定</el-button>