|
@@ -58,7 +58,7 @@
|
|
|
<i class="el-icon-user"></i>
|
|
|
参会时长
|
|
|
</template>
|
|
|
- <el-input-number size="small" :readonly="workRemarkReadOnly" v-model="m.duration" @change="workMeetingsUpdate(m)"></el-input-number> 分钟
|
|
|
+ <el-input-number size="small" :disabled="workRemarkReadOnly" v-model="m.duration" @change="workMeetingsUpdate(m)"></el-input-number> 分钟
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item :span="2">
|
|
|
<template slot="label">
|
|
@@ -681,9 +681,9 @@ export default {
|
|
|
type: 'success'
|
|
|
});
|
|
|
this.m.status=2
|
|
|
- this.workRemarkReadOnly=false
|
|
|
this.setPermissions()
|
|
|
this.getData();
|
|
|
+ this.workRemarkReadOnly=false
|
|
|
})
|
|
|
}
|
|
|
}
|