fix: 任务分解按钮code错误
This commit is contained in:
parent
a8cd681e33
commit
b207edccf5
|
@ -7,7 +7,7 @@
|
|||
<el-button type="primary" icon="el-icon-plus" @click="utaskCreate"
|
||||
v-auth="'utask.create'">新增任务</el-button>
|
||||
<el-button type="primary" @click="utaskDepuse" v-loading="isLoading"
|
||||
v-auth="'utask.schedue'">任务分解</el-button>
|
||||
v-auth="'utask.schedule'">任务分解</el-button>
|
||||
<el-button type="primary" @click="utaskAssgin" v-loading="isLoading"
|
||||
v-auth="'utask.assgin'">任务下达</el-button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue