Šī revīzija ir iekļauta:
lb
2024-02-27 16:13:54 +08:00
vecāks 8abe75a9b9
revīzija 7287a1f6fa
3 mainīti faili ar 3 papildinājumiem un 3 dzēšanām

Parādīt failu

@@ -374,7 +374,7 @@ export default {
handleAddAttr() {
if (!this.row.id) return this.$message.error('请先选中保养记录');
this.resetAttrform();
this.attrTitle = '添加设备属性';
this.attrTitle = '添加巡检内容';
this.attrFormVisible = true;
},

Parādīt failu

@@ -558,7 +558,7 @@ export default {
handleAddAttr() {
if (!this.row.id) return this.$message.error('请先选中保养记录');
this.resetAttrform();
this.attrTitle = '添加设备属性';
this.attrTitle = '添加巡检内容';
this.attrFormVisible = true;
},

Parādīt failu

@@ -281,7 +281,7 @@ export default {
/** 新增按钮操作 */
handleAdd() {
this.open = true;
this.title = '添加待确认巡检设置';
this.title = '新建巡检单';
this.$nextTick(() => {
this.$refs.add.init();
});