projects/mesxc-lb #212

Merged
juzi merged 3 commits from projects/mesxc-lb into projects/mesxc-test 2024-02-27 16:36:49 +08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 7287a1f6fa - Show all commits

View File

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

View File

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

View File

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