|
|
|
@ -12,7 +12,7 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template slot-scope="{row}" slot="menu"> |
|
|
|
<template slot-scope="{row}" slot="menu"> |
|
|
|
<el-button type="text" @click="handleRegister" |
|
|
|
<el-button type="text" @click="handleRegister" |
|
|
|
:disabled="row.apmStatus == 3 ? true : row.status == 1 ? true : false">预约报道</el-button> |
|
|
|
:disabled="row.apmStatus == 2 ? false : true">预约报道</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</avue-crud> |
|
|
|
</avue-crud> |
|
|
|
<el-drawer :visible.sync="isRegister" :append-to-body="true" :direction="direction" class="my-info-dialog" |
|
|
|
<el-drawer :visible.sync="isRegister" :append-to-body="true" :direction="direction" class="my-info-dialog" |
|
|
|
|