master
xy 2 years ago
parent ce17f953c1
commit 429f8425f6

@ -190,7 +190,7 @@ export default {
{ key: ++this.key, props: { model: form, "label-width": "80px" } }, { key: ++this.key, props: { model: form, "label-width": "80px" } },
[ [
h("el-form-item", { h("el-form-item", {
props: { label: "文件" }, props: { label: "文件", required: true },
scopedSlots: { scopedSlots: {
default: () => default: () =>
h( h(

Loading…
Cancel
Save