|
@@ -23,11 +23,11 @@ export default {
|
|
|
{this.activeName == 'goodsInfo'
|
|
|
? [
|
|
|
!!~[0,1].indexOf(this.formDialogType) ? (
|
|
|
- <div style="margin-bottom:10px">
|
|
|
+ this.joinCodeText != 'CODE'?(<div style="margin-bottom:10px">
|
|
|
<el-button type="primary" onClick={this.addGoodsInfo}>
|
|
|
添加
|
|
|
</el-button>
|
|
|
- </div>
|
|
|
+ </div>):null
|
|
|
) : this.formDialogType == 1 && this.joinCode ? (
|
|
|
<div style="margin-bottom:10px">
|
|
|
<el-button type="primary" onClick={this.domlMban}>
|