fix:代码块页面修改
This commit is contained in:
parent
58afcc120b
commit
164a017e67
@ -38,7 +38,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item :label-width="labelWidth" label="排序" prop="code_module_sort">
|
<el-form-item :label-width="labelWidth" label="排序" prop="code_module_sort">
|
||||||
<el-input-number v-model='formData.code_module_sort' controls-position='right' :min='1'></el-input-number>
|
<el-input-number v-model='formData.code_module_sort' controls-position='right' :min='0'></el-input-number>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
@ -101,7 +101,9 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
const emits = defineEmits(["update:modelValue"]);
|
const emits = defineEmits(["update:modelValue"]);
|
||||||
const dialogVisible = ref(props.modelValue);
|
const dialogVisible = ref(props.modelValue);
|
||||||
const formData = reactive({});
|
const formData = reactive({
|
||||||
|
code_module_sort: 0
|
||||||
|
});
|
||||||
|
|
||||||
const uoloadData = ref({
|
const uoloadData = ref({
|
||||||
dirName: "CodeModule"
|
dirName: "CodeModule"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item :label-width="labelWidth" label="排序" prop="code_module_sort">
|
<el-form-item :label-width="labelWidth" label="排序" prop="code_module_sort">
|
||||||
<el-input-number v-model='formData.code_module_sort' controls-position='right' :min='1'></el-input-number>
|
<el-input-number v-model='formData.code_module_sort' controls-position='right' :min='0'></el-input-number>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
|
Loading…
Reference in New Issue
Block a user