|
|
@ -60,6 +60,11 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
<el-row type="flex" > |
|
|
|
|
|
<el-col :span="24" style="display: flex;"> |
|
|
|
|
|
<span class="htgl_info_label">备注:</span> <section style="flex:1">{{emblemObj.remark||'--'}}</section> |
|
|
|
|
|
</el-col> |
|
|
|
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-button size="small" @click="handleDiaClose"> 取消</el-button> |
|
|
<el-button size="small" @click="handleDiaClose"> 取消</el-button> |
|
|
<el-button v-show="emblemObj.authResult=='auditing'" @click="handleAudit('no')"> 审核不通过</el-button> |
|
|
<el-button v-show="emblemObj.authResult=='auditing'" @click="handleAudit('no')"> 审核不通过</el-button> |
|
|
|