Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
6f8b41e941
@ -297,7 +297,11 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
cancels() { },
|
||||
cancels() {
|
||||
this.opens=false
|
||||
this.reset();
|
||||
|
||||
},
|
||||
// change(e) {
|
||||
// console.log(e, "78");
|
||||
// // console.log(this.$refs.cascader)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
||||
<el-option label="术前" value="PREOPERATIVE" />
|
||||
<el-option label="术后" value="POSTOPERATIVE" /> -->
|
||||
</el-select>
|
||||
<el-input v-model="item.routeNodeDay" style="width: 70px" type="number"></el-input>
|
||||
<el-input v-model="item.routeNodeDay" style="width: 70px" type="number" :min="0"></el-input>
|
||||
<span>天</span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user