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
|
<el-select
|
||||||
v-model="form.shift_rule"
|
v-model="form.shift_rule"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
clearable
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in shiftOptions"
|
v-for="item in shiftOptions"
|
||||||
|
@ -147,7 +148,7 @@ export default {
|
||||||
},
|
},
|
||||||
//表单数据
|
//表单数据
|
||||||
form: {
|
form: {
|
||||||
shift_rule: "tkx",
|
shift_rule: "",
|
||||||
},
|
},
|
||||||
//验证规则
|
//验证规则
|
||||||
rules: {
|
rules: {
|
||||||
|
|
Loading…
Reference in New Issue