|
|
@@ -257,7 +257,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<template #footer>
|
|
|
- <el-button size="small" type="primary" @click="costitemCopy">确定</el-button>
|
|
|
+ <el-button type="primary" @click="costitemCopy">确定</el-button>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
<el-dialog :close-on-click-modal="false" v-model="copyDialog1" title="复制" width="500">
|
|
|
@@ -270,7 +270,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<template #footer>
|
|
|
- <autoLoadingButton size="small" type="primary" :on-click="submitCopy">确定</autoLoadingButton>
|
|
|
+ <autoLoadingButton type="primary" :on-click="submitCopy">确定</autoLoadingButton>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
</div>
|