Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_web
This commit is contained in:
commit
f6c3cf410e
|
@ -41,6 +41,7 @@
|
|||
<el-select
|
||||
v-model="form.shift_rule"
|
||||
style="width: 100%"
|
||||
clearable
|
||||
>
|
||||
<el-option
|
||||
v-for="item in shiftOptions"
|
||||
|
@ -147,7 +148,7 @@ export default {
|
|||
},
|
||||
//表单数据
|
||||
form: {
|
||||
shift_rule: "tkx",
|
||||
shift_rule: "",
|
||||
},
|
||||
//验证规则
|
||||
rules: {
|
||||
|
|
Loading…
Reference in New Issue