0aeb9ab5 by 杨炀

是否国家的去除默认值

1 parent 83accaa0
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
49 <el-col :lg="18"> 49 <el-col :lg="18">
50 <div class="panel border"> 50 <div class="panel border">
51 <div class="panel-header "> 51 <div class="panel-header ">
52 <h3 class="panel-title" v-if="language==0">可参与报名的项目 <span>已报项目在下方查看</span></h3> 52 <h3 class="panel-title" v-if="language==0">可参与报名的项目 <span v-if="signInfoList.length>0">已报项目在下方查看</span></h3>
53 <h3 class="panel-title" v-else>Search Events</h3> 53 <h3 class="panel-title" v-else>Search Events</h3>
54 <div class="fr"> 54 <div class="fr">
55 <el-input size="small" v-model="projectQuery.name" :prefix-icon="Search" @change="getProjectList" 55 <el-input size="small" v-model="projectQuery.name" :prefix-icon="Search" @change="getProjectList"
......
...@@ -145,7 +145,7 @@ const props = defineProps({ ...@@ -145,7 +145,7 @@ const props = defineProps({
145 }) 145 })
146 const data = reactive({ 146 const data = reactive({
147 form: { 147 form: {
148 is: '0' 148 is: ''
149 }, 149 },
150 loading: false, 150 loading: false,
151 countryList: [], 151 countryList: [],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!