Browse Source

Merge branch 'dev-shujirizhi' into test

shibei_master
jiangyy 3 years ago
parent
commit
d4ad5ce9c9
  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">
<el-button size="small"
@click="handleCancle"> </el-button>
<el-button v-if="formType != 'look'" size="small"
<el-button v-if="formType != 'look'"
size="small"
type="primary"
:disabled="btnDisable"
@click="handleComfirm"> </el-button>
@ -186,7 +187,7 @@ export default {
content: '',//怀
concernType: '',//怀
resiName: '',//怀
status: '',// 0 1
status: 0,// 0 1
phone: '',//
address: '',//
scheduledTime: '',//怀yyyy-mm-dd hh:mm
@ -385,7 +386,7 @@ export default {
content: '',//怀
concernType: '',//怀
resiName: '',//怀
status: '',// 0 1
status: 0,// 0 1
phone: '',//
address: '',//
scheduledTime: '',//怀yyyy-mm-dd hh:mm

Loading…
Cancel
Save