8c18df50 by chentao

no message

1 parent 80e70c6e
......@@ -135,7 +135,9 @@ const data = reactive({
}
},
rules: [
{}
{
tableAdName: [{ required: true, message: "广告名称不能为空", trigger: "blur" }]
}
]
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!