|
|
|
@ -434,9 +434,9 @@
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button @click="centerDialogVisible = false">取消</el-button>
|
|
|
|
|
<el-button type="primary" :disabled="this.check != 3" @click="passRegister">通过</el-button>
|
|
|
|
|
<el-button type="primary" :disabled="this.check != 3" @click="noPassRegister">不通过</el-button>
|
|
|
|
|
<el-button v-if="this.check == 3" @click="centerDialogVisible = false">取消</el-button>
|
|
|
|
|
<el-button type="primary" v-if="this.check == 3" @click="passRegister">通过</el-button>
|
|
|
|
|
<el-button type="primary" v-if="this.check == 3" @click="noPassRegister">不通过</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-table
|
|
|
|
|