|
@@ -19,7 +19,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item prop="category_sort_id"
|
|
<el-form-item prop="category_sort_id"
|
|
- :rules="formRules.InterNum"
|
|
|
|
|
|
+ :rules="{required: true, message: '必填', trigger: 'blur'}"
|
|
label="分类排序:">
|
|
label="分类排序:">
|
|
<el-col :span="16">
|
|
<el-col :span="16">
|
|
<el-input v-model="form.category_sort_id"
|
|
<el-input v-model="form.category_sort_id"
|