|
@@ -18,7 +18,6 @@ const props = defineProps({
|
|
|
}
|
|
|
})
|
|
|
const setInfo = ref(props.option?.setInfo ? props.option.setInfo : {})
|
|
|
-// console.log(1, 'setInfo', setInfo)
|
|
|
const formPageRef = ref()
|
|
|
let query = reactive({})
|
|
|
|
|
@@ -74,7 +73,7 @@ const items = ref({
|
|
|
key: 'email',
|
|
|
value: null,
|
|
|
default: null,
|
|
|
- label: '常用邮箱',
|
|
|
+ label: '常用邮箱 *',
|
|
|
outlined: true,
|
|
|
rules: [
|
|
|
value => {
|