This commit is contained in:
2025-09-09 09:05:28 +08:00
2 changed files with 604 additions and 409 deletions

View File

@ -343,13 +343,17 @@
type="primary"
size="large"
v-hasPermi="['design:user:batch']"
icon="Check"
@click="submitForm"
class="px-8 py-2.5 transition-all duration-300 transform hover:scale-105 bg-blue-500 hover:bg-blue-600 text-white font-medium"
>
<i class="el-icon-check mr-2"></i>确认提交
>确认提交
</el-button>
<el-button size="large" @click="resetForm" class="px-8 py-2.5 transition-all duration-300 border-gray-300 hover:bg-gray-100 font-medium">
<i class="el-icon-refresh mr-2"></i>重置
<el-button
size="large"
icon="Refresh"
@click="resetForm"
class="px-8 py-2.5 transition-all duration-300 border-gray-300 hover:bg-gray-100 font-medium"
>重置
</el-button>
</div>
</el-form>

File diff suppressed because it is too large Load Diff