体检管理bug调整
This commit is contained in:
+4
-3
@@ -28,6 +28,9 @@ layout("/layouts/platform.html"){
|
||||
v-for="item in projectOptions"></el-option>
|
||||
</el-select>
|
||||
</search-item>
|
||||
<search-item label="姓名/工号">
|
||||
<el-input placeholder="请输入姓名或工号" clearable v-model="pageForm.searchKeyword"></el-input>
|
||||
</search-item>
|
||||
<search-item label="所选套餐">
|
||||
<el-select placeholder="请选择套餐" v-model="pageForm.subjectId"
|
||||
style="width: 100%;"
|
||||
@@ -62,9 +65,7 @@ layout("/layouts/platform.html"){
|
||||
:key="item.id"></el-option>
|
||||
</el-select>
|
||||
</search-item>
|
||||
<search-item label="姓名/工号">
|
||||
<el-input placeholder="请输入姓名或工号" clearable v-model="pageForm.searchKeyword"></el-input>
|
||||
</search-item>
|
||||
|
||||
</search>
|
||||
</el-card>
|
||||
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@ layout("/layouts/platform_h5.html"){
|
||||
</div>
|
||||
<van-dialog v-model="show" title="温馨提醒" @confirm="confirmClick"
|
||||
:confirm-button-text="confirmButtonText"
|
||||
:before-close="test"
|
||||
:before-close="confirmStatusFun"
|
||||
:confirm-button-disabled="confirmDisabled">
|
||||
<div class="dialog-content">
|
||||
<div style="white-space: pre-line">{{project.friendlyReminderText}}</div>
|
||||
@@ -53,7 +53,7 @@ layout("/layouts/platform_h5.html"){
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
test(action, done) {
|
||||
confirmStatusFun(action, done) {
|
||||
if (action === 'confirm' && this.count > 0) {
|
||||
done(false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user