|
|
@ -66,7 +66,7 @@ |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="handlePublish(scope.row)" |
|
|
|
v-if="scope.row.status==2">发布</el-button> |
|
|
|
v-if="scope.row.status==2&&scope.row.status!=3">发布</el-button> |
|
|
|
|
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
@ -109,6 +109,7 @@ |
|
|
|
:before-close="dialogCancle"> |
|
|
|
<publish-form ref="ref_publish" |
|
|
|
@dialogCancle="dialogCancle" |
|
|
|
@refreshDataList="loadTable" |
|
|
|
:id='detailsId' |
|
|
|
:appUrl="appUrl" |
|
|
|
:appName="appName"></publish-form> |
|
|
|