8c18df50 by chentao

no message

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