mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 03:25:06 +08:00
refator: button
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
</el-radio-group>
|
||||
</template>
|
||||
</Form>
|
||||
<el-button type="primary" @click="submit()">{{ t('common.save') }}</el-button>
|
||||
<el-button type="danger" @click="init()">{{ t('common.reset') }}</el-button>
|
||||
<XButton :title="t('common.save')" @click="submit()" />
|
||||
<XButton type="danger" :title="t('common.reset')" @click="init()" />
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { reactive, onMounted, unref, ref } from 'vue'
|
||||
|
Reference in New Issue
Block a user