|
@@ -20,7 +20,7 @@
|
|
|
|
|
|
<el-button type="text" size="small" v-if="isLeader==2 && info.status==1 &&info.isOpen<2"
|
|
<el-button type="text" size="small" v-if="isLeader==2 && info.status==1 &&info.isOpen<2"
|
|
@click="dialogConfirm=true">审核</el-button>
|
|
@click="dialogConfirm=true">审核</el-button>
|
|
- <el-button type="text" size="small" v-if="isLeader==3 && info.status==2 &&info.isOpen<2"
|
|
|
|
|
|
+ <el-button type="text" size="small" v-if="isLeader==3 && info.status==2 &&info.isOpen<2"
|
|
@click="dialogPublish=true">发布</el-button>
|
|
@click="dialogPublish=true">发布</el-button>
|
|
|
|
|
|
|
|
|
|
@@ -135,7 +135,7 @@
|
|
<el-switch :active-value="1" :inactive-value="0" v-model="form.action"></el-switch>
|
|
<el-switch :active-value="1" :inactive-value="0" v-model="form.action"></el-switch>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="审核意见" class="mt20" prop="content">
|
|
|
|
|
|
+ <el-form-item label="发布意见" class="mt20" prop="content">
|
|
<el-input v-model="form.content" type="textarea" autosize></el-input>
|
|
<el-input v-model="form.content" type="textarea" autosize></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
@@ -143,10 +143,10 @@
|
|
|
|
|
|
<el-form-item >
|
|
<el-form-item >
|
|
<el-button type="warning" @click="dialogPublish=false" class="btn-md">
|
|
<el-button type="warning" @click="dialogPublish=false" class="btn-md">
|
|
- 审核取消
|
|
|
|
|
|
+ 取消发布
|
|
</el-button>
|
|
</el-button>
|
|
<el-button type="primary" @click="onPublish" class="btn-md">
|
|
<el-button type="primary" @click="onPublish" class="btn-md">
|
|
- 确认审核
|
|
|
|
|
|
+ 确认发布
|
|
</el-button>
|
|
</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|