This commit is contained in:
bb_pan 2026-01-29 16:16:32 +08:00
parent d74279bf26
commit feeed01a9f
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@
<el-card shadow="never" class="content-box">
<el-row :gutter="10" class="mb8" style="display: flex; justify-content: flex-end">
<el-col :span="1.5">
<el-button type="primary" size="mini" @click="handleAdd" style="background: #2CBAB2;">新增装备</el-button>
<el-button type="primary" size="mini" @click="handleAdd" style="background: #2CBAB2;">租赁登记</el-button>
</el-col>
<!-- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" /> -->
</el-row>
@ -533,13 +533,13 @@ export default {
this.$refs.addOrEditFormRef?.resetFields()
// 2.
if (row.id) {
this.dialogTitle = '外租装备编辑' //
this.dialogTitle = '租赁登记' //
//
this.addOrEditForm = {
...row,
}
} else {
this.dialogTitle = '外租装备新建' //
this.dialogTitle = '租赁登记' //
//
this.addOrEditForm = {
id: null,