添加v2版本

This commit is contained in:
yangjun 2024-07-10 22:27:50 +08:00
parent 53106e2a5f
commit 39c80a3bc1
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
<template #tableTitle>
<!-- <a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增</a-button> -->
<a-button type="primary" @click="handleV2Add" preIcon="ant-design:plus-outlined"> 新增</a-button>
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls"> 下载导入模板</a-button>
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls"> 下载模板</a-button>
<!-- <j-upload-button type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button> -->
</template>
<!--操作栏-->

View File

@ -9,9 +9,9 @@
<div v-if="current == 0" style="padding: 20px;">
<a-form ref="formRef" class="antd-modal-form" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-row>
<a-col :span="24" class="shuoming">
<!-- <a-col :span="24" class="shuoming">
<span>请注意点击后不可返回修改信息请仔细填写</span>
</a-col>
</a-col> -->
<a-col :span="24">
<a-form-item label="学校名称" v-bind="validateInfos.schoolName">
<a-input v-model:value="formData.schoolName" placeholder="请输入学校名称" ></a-input>