|
@@ -477,7 +477,7 @@ export default {
|
|
|
保存
|
|
|
</el-button>
|
|
|
) : null,
|
|
|
- this.isEditIndex == -1 && (this.joinCodeText != 'CODE' || this.formDialogType < 2) ? (
|
|
|
+ this.isEditIndex == -1 && (this.joinCodeText != 'CODE' || this.formDialogType == 0) ? (
|
|
|
<el-button
|
|
|
type="text"
|
|
|
onClick={() => {
|
|
@@ -487,7 +487,7 @@ export default {
|
|
|
编辑
|
|
|
</el-button>
|
|
|
) : null,
|
|
|
- this.joinCodeText != 'CODE' || this.formDialogType < 2 ? (
|
|
|
+ this.joinCodeText != 'CODE' || this.formDialogType == 0 ? (
|
|
|
<el-button
|
|
|
type="text"
|
|
|
onClick={() => {
|