style:材料明细
Showing
2 changed files
with
3 additions
and
2 deletions
... | @@ -94,7 +94,8 @@ export default class filter { | ... | @@ -94,7 +94,8 @@ export default class filter { |
94 | xzzt: "已限制", | 94 | xzzt: "已限制", |
95 | ygmmzt: "已预告买卖", | 95 | ygmmzt: "已预告买卖", |
96 | ygdyzt: "已预告抵押", | 96 | ygdyzt: "已预告抵押", |
97 | dyzt: "已抵押" | 97 | dyzt: "已抵押", |
98 | sfbl: "正在补录" | ||
98 | }; | 99 | }; |
99 | 100 | ||
100 | for (let key in row) { | 101 | for (let key in row) { | ... | ... |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | </lb-table> | 10 | </lb-table> |
11 | <div class="text-center"> | 11 | <div class="text-center"> |
12 | <el-button @click="$popupCacel">取消</el-button> | 12 | <el-button @click="$popupCacel">取消</el-button> |
13 | <el-button type="primary" @click="handleSubmit" :loading="loading" v-if="formData.ableOperation">保存</el-button> | 13 | <el-button type="primary" @click="handleSubmit" :loading="loading" v-if="formData.ableOperation && tableData.length>0">保存</el-button> |
14 | </div> | 14 | </div> |
15 | </div> | 15 | </div> |
16 | </template> | 16 | </template> | ... | ... |
-
Please register or sign in to post a comment