任务添加时隐藏任务ID列显示
This commit is contained in:
parent
351601678f
commit
8847b58c8e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user