style:善证
Showing
1 changed file
with
1 additions
and
7 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-05 16:37:35 | 4 | * @LastEditTime: 2023-09-05 16:40:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
8 | <div class="zsdy-content" v-Loading="loading"> | 8 | <div class="zsdy-content" v-Loading="loading"> |
9 | <el-form | 9 | <el-form |
10 | :model="ruleForm" | 10 | :model="ruleForm" |
11 | :rules="rules" | ||
12 | ref="ruleForm" | 11 | ref="ruleForm" |
13 | label-width="120px"> | 12 | label-width="120px"> |
14 | <el-form-item label="印刷序列号:" prop="ysxlh"> | 13 | <el-form-item label="印刷序列号:" prop="ysxlh"> |
... | @@ -101,11 +100,6 @@ | ... | @@ -101,11 +100,6 @@ |
101 | bdcqzlx: "", | 100 | bdcqzlx: "", |
102 | szzh: "", | 101 | szzh: "", |
103 | ysxlh: "" | 102 | ysxlh: "" |
104 | }, | ||
105 | rules: { | ||
106 | ysxlh: [ | ||
107 | { required: true, message: "请选择印刷序列号", trigger: "change" } | ||
108 | ] | ||
109 | } | 103 | } |
110 | } | 104 | } |
111 | }, | 105 | }, | ... | ... |
-
Please register or sign in to post a comment