src/views/modules/c2c/c2c-ord-passtpn.vue
@@ -1,4 +1,4 @@ <template> <template> <el-dialog :title="n?'手动放行':'一键通过'" :close-on-click-modal="false" @@ -14,12 +14,7 @@ @keyup.enter.native="dataFormSubmit()" label-width="120" > <el-form-item label="登录人资金密码" prop="safeword"> <el-input v-model="dataForm.safeword" type="password" placeholder="登录人资金密码"> </el-input> </el-form-item> </el-form> </el-form> <span slot="footer" class="dialog-footer"> <el-button @click="visible = false">关闭</el-button> <el-button type="primary" @click="dataFormSubmit()">确定</el-button>