任务添加时隐藏任务ID列显示

This commit is contained in:
不做码农 2021-11-07 11:35:56 +08:00
parent 351601678f
commit 8847b58c8e

View File

@ -64,7 +64,7 @@
<el-dialog :title="title" :visible.sync="open" width="600px" append-to-body @close="cancel">
<el-form ref="form" :model="form" :rules="rules" label-width="100px">
<el-row>
<el-col :span="24">
<el-col :span="24" v-if="this.form.id">
<el-form-item label="任务ID">
<div>{{form.id}}</div>
</el-form-item>