Commit 3e253dcd authored by zhengke's avatar zhengke

修复bug

parent 888286cd
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</div> </div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { reactive, ref } from 'vue' import { reactive, ref, watch } from 'vue'
import { ElMessage, FormInstance } from 'element-plus'; import { ElMessage, FormInstance } from 'element-plus';
import { ApiResult } from '@/configs/axios'; import { ApiResult } from '@/configs/axios';
import UserServices from '@/services/UserService'; import UserServices from '@/services/UserService';
......
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</template> </template>
<template v-if="dialogType==4"> <template v-if="dialogType==4">
<el-form-item label="" prop="account"> <el-form-item label="" prop="account">
<el-input v-model="model.account" type="text" placeholder="编辑账号" /> <el-input v-model="model.account" type="text" placeholder="请输入账号" />
</el-form-item> </el-form-item>
</template> </template>
<!-- <el-form-item label=""> <!-- <el-form-item label="">
......
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