Browse Source

状态修改

shibei_master
jiangyy 3 years ago
parent
commit
08f0d17f75
  1. 7
      src/views/modules/secretaryLog/humanisticCare/careForm.vue

7
src/views/modules/secretaryLog/humanisticCare/careForm.vue

@ -142,7 +142,8 @@
<div class="div_btn"> <div class="div_btn">
<el-button size="small" <el-button size="small"
@click="handleCancle"> </el-button> @click="handleCancle"> </el-button>
<el-button v-if="formType != 'look'" size="small" <el-button v-if="formType != 'look'"
size="small"
type="primary" type="primary"
:disabled="btnDisable" :disabled="btnDisable"
@click="handleComfirm"> </el-button> @click="handleComfirm"> </el-button>
@ -186,7 +187,7 @@ export default {
content: '',//怀 content: '',//怀
concernType: '',//怀 concernType: '',//怀
resiName: '',//怀 resiName: '',//怀
status: '',// 0 1 status: 0,// 0 1
phone: '',// phone: '',//
address: '',// address: '',//
scheduledTime: '',//怀yyyy-mm-dd hh:mm scheduledTime: '',//怀yyyy-mm-dd hh:mm
@ -385,7 +386,7 @@ export default {
content: '',//怀 content: '',//怀
concernType: '',//怀 concernType: '',//怀
resiName: '',//怀 resiName: '',//怀
status: '',// 0 1 status: 0,// 0 1
phone: '',// phone: '',//
address: '',// address: '',//
scheduledTime: '',//怀yyyy-mm-dd hh:mm scheduledTime: '',//怀yyyy-mm-dd hh:mm

Loading…
Cancel
Save