Browse Source

发布按钮

dev
mk 3 years ago
parent
commit
bc8e3bf9ff
  1. 3
      epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue

3
epmet-oper-web/src/views/modules/thirdparty/thirdparty.vue

@ -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>

Loading…
Cancel
Save