Commit dfadb7dc authored by 罗超's avatar 罗超

1

parent b4c08a31
...@@ -190,10 +190,13 @@ ...@@ -190,10 +190,13 @@
:rules="[val => !!val || '请再次输入新密码']" lazy-rules filled /> :rules="[val => !!val || '请再次输入新密码']" lazy-rules filled />
</div> </div>
<q-btn color="primary" style="width: 300px;margin-top: 50px;" :loading="loading2" label="确定修改" type="submit" > </q-btn> <q-btn color="primary" style="width: 300px;margin-top: 50px;" :loading="loading2" label="确定修改" type="submit" > </q-btn>
</form> </form>
</template> </template>
<template v-if="rightType == 3">
<div>
</div>
</template>
</div> </div>
</div> </div>
</template> </template>
......
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