|
@@ -66,8 +66,8 @@
|
|
|
<!-- 底部按钮 -->
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button @click="handleClose">取消</el-button>
|
|
|
- <el-button type="primary" @click="handleLinkAndExit" :loading="linkLoading">关联并退出</el-button>
|
|
|
- <el-button type="success" @click="handleLinkAndContinue" :loading="linkLoading">关联并继续</el-button>
|
|
|
+ <el-button type="primary" @click="handleLinkAndExit" :loading="linkLoading">复制并退出</el-button>
|
|
|
+ <el-button type="success" @click="handleLinkAndContinue" :loading="linkLoading">复制并继续</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</template>
|