|
|
|
@ -12,7 +12,7 @@ |
|
|
|
style="width: 120px" size="small" :filter-method="filterMethod"> |
|
|
|
<el-option v-for="item in users" :key="item.id" :label="item.userName + ' ' + item.surname" :value="item.id" /> |
|
|
|
</el-select> |
|
|
|
<el-date-picker v-model="doctorCheck.RegisterCheckEdit.checkDate" type="datetime" placeholder="检查日期" style="width: 90px" size="small" /> |
|
|
|
<el-date-picker v-model="doctorCheck.RegisterCheckEdit.checkDate" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="检查日期" style="width: 145px" size="small" /> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<span class="query">审核</span> |
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
style="width: 120px" size="small" :disabled="doctorCheck.RegisterCheckEdit.isAudit == 'Y' ? true:false" :filter-method="filterMethod"> |
|
|
|
<el-option v-for="item in users" :key="item.id" :label="item.userName + ' ' + item.surname" :value="item.id" /> |
|
|
|
</el-select> |
|
|
|
<el-date-picker v-model="doctorCheck.RegisterCheckEdit.auditTime" type="datetime" placeholder="审核日期" style="width: 90px" size="small" :disabled="doctorCheck.RegisterCheckEdit.isAudit == 'Y' ? true:false" /> |
|
|
|
<el-date-picker v-model="doctorCheck.RegisterCheckEdit.auditTime" type="datetime" format="yyyy-MM-dd HH:mm:ss" placeholder="审核日期" style="width: 145px" size="small" :disabled="doctorCheck.RegisterCheckEdit.isAudit == 'Y' ? true:false" /> |
|
|
|
<el-select v-model="doctorCheck.RegisterCheckEdit.isAudit" style="width: 60px" size="small" disabled> |
|
|
|
<el-option label="已审" value="Y" /> |
|
|
|
<el-option label="未审" value="N" /> |
|
|
|
@ -31,8 +31,8 @@ |
|
|
|
<span class="query">操作</span> |
|
|
|
<el-input v-model="doctorCheck.RegisterCheckEdit.lastModifierName" size="small" style="width: 80px" disabled /> |
|
|
|
<el-input |
|
|
|
:value="doctorCheck.RegisterCheckEdit.lastModificationTime ? lmoment(doctorCheck.RegisterCheckEdit.lastModificationTime, 'yyyy-MM-DD') : ''" |
|
|
|
style="width: 90px" size="small" disabled></el-input> |
|
|
|
:value="doctorCheck.RegisterCheckEdit.lastModificationTime ? lmoment(doctorCheck.RegisterCheckEdit.lastModificationTime, 'yyyy-MM-DD HH:mm:ss') : ''" |
|
|
|
style="width: 140px" size="small" disabled></el-input> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|