0317fab9 by 杨炀

no message

1 parent 83f70075
...@@ -407,7 +407,7 @@ function submitForm(n) { ...@@ -407,7 +407,7 @@ function submitForm(n) {
407 ElMessageBox.confirm(language.value == 0 ? '是否继续添加随行人员?' : 'Do you want to add casual personnel?', 407 ElMessageBox.confirm(language.value == 0 ? '是否继续添加随行人员?' : 'Do you want to add casual personnel?',
408 language.value == 0 ? '提示' : 'Tip', { 408 language.value == 0 ? '提示' : 'Tip', {
409 confirmButtonText: language.value == 0 ? '是' : 'Yes', 409 confirmButtonText: language.value == 0 ? '是' : 'Yes',
410 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'N0,Go Next', 410 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
411 type: 'warning' 411 type: 'warning'
412 }).then(() => { 412 }).then(() => {
413 413
...@@ -421,7 +421,7 @@ function submitForm(n) { ...@@ -421,7 +421,7 @@ function submitForm(n) {
421 ElMessageBox.confirm(language.value == 0 ? '是否添加随行人员?' : 'Do you want to add casual personnel?', 421 ElMessageBox.confirm(language.value == 0 ? '是否添加随行人员?' : 'Do you want to add casual personnel?',
422 language.value == 0 ? '提示' : 'Tip', { 422 language.value == 0 ? '提示' : 'Tip', {
423 confirmButtonText: language.value == 0 ? '是' : 'Yes', 423 confirmButtonText: language.value == 0 ? '是' : 'Yes',
424 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'N0,Go Next', 424 cancelButtonText: language.value == 0 ? '否,进入下一步' : 'NO,Go Next',
425 type: 'warning' 425 type: 'warning'
426 }).then(() => { 426 }).then(() => {
427 showPersonList.value = true 427 showPersonList.value = true
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div class="mt20"></div> 2 <div class="mt20"></div>
3 <el-table :data="list" border style="width: 100%"> 3 <el-table :data="list" border style="width: 100%">
4 <el-table-column :label="language==0?'序号':'Index'" type="index" width="70" align="center"/> 4 <el-table-column :label="language==0?'序号':'Index'" type="index" width="70" align="center"/>
5 <el-table-column :label="language==0?'组别代码':'Group code'" width="120px" prop="zuName"/> 5 <el-table-column :label="language==0?'组别代码':'Group code'" width="120px" prop="project.code"/>
6 <el-table-column :label="language==0?'组别':'Group'" prop="project.name"/> 6 <el-table-column :label="language==0?'组别':'Group'" prop="project.name"/>
7 <el-table-column :label="language==0?'舞种':'Dance Style'" width="120px" prop="project.danceType"/> 7 <el-table-column :label="language==0?'舞种':'Dance Style'" width="120px" prop="project.danceType"/>
8 <el-table-column :label="language==0?'参赛说明':'Participation Instructions'" min-width="160px"> 8 <el-table-column :label="language==0?'参赛说明':'Participation Instructions'" min-width="160px">
......
...@@ -154,7 +154,9 @@ ...@@ -154,7 +154,9 @@
154 </el-card> 154 </el-card>
155 </div> 155 </div>
156 156
157 <Vcode :show="isShow" :z-index="3000" @success="codeSuccess()"></Vcode> 157 <Vcode :show="isShow" :z-index="3000" @success="codeSuccess()"
158 :successText="successVcode" :failText="failVcode" :slider-text="sliderText"></Vcode>
159
158 </div> 160 </div>
159 </div> 161 </div>
160 </div> 162 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!