@ -74,7 +74,7 @@
<el-input ref="renameRef" v-model="editRemark" />
<div slot="footer" class="dialog-footer">
<el-button @click="remarkDialog = false">取 消</el-button>
<el-button type="primary" :disabled="disabled" @click="editPatientRemark()">确 定</el-button>
<el-button type="primary" @click="editPatientRemark()">确 定</el-button>
</div>
</el-dialog>