Commit 76f2fd38 authored by huangyy's avatar huangyy

缺陷修改

parent 13a27e70
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
if (this.app.selectOne || this.app.clickOne) { if (this.app.selectOne || this.app.clickOne) {
if(this.singleItem.xtms=='F'){ if(this.singleItem.xtms=='F'){
this.DialogTitle=this.singleItem.name this.DialogTitle=this.singleItem.name
this.DialogWidth='85%',
this.showDialog=true this.showDialog=true
this.DialogName='zdst' this.DialogName='zdst'
...@@ -173,6 +174,7 @@ ...@@ -173,6 +174,7 @@
xzry(){ xzry(){
if (this.app.selectOne || this.app.clickOne) { if (this.app.selectOne || this.app.clickOne) {
this.DialogTitle='选择考试人员' this.DialogTitle='选择考试人员'
this.DialogWidth='85%',
this.showDialog=true this.showDialog=true
this.DialogName='ksry' this.DialogName='ksry'
...@@ -184,6 +186,7 @@ ...@@ -184,6 +186,7 @@
ckzy(){ ckzy(){
if (this.app.selectOne || this.app.clickOne) { if (this.app.selectOne || this.app.clickOne) {
this.DialogTitle='考试人员' this.DialogTitle='考试人员'
this.DialogWidth='85%',
this.showDialog=true this.showDialog=true
this.DialogName='ckry' this.DialogName='ckry'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment