File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
admin/src/views/api_excel Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 5757
5858 <el-table-column label =" 操作" width =" 200" align =" center" >
5959 <template slot-scope="scope">
60- <div v-if = " scope.row.state === 0 " >
60+ <div >
6161 <el-button
62+ v-if =" scope.row.state === 0"
6263 size =" mini"
6364 type =" warning"
64- @click =" openTask(scope.$index, scope.row)" >点击开始任务</el-button >
65- </div >
66- <div v-else-if =" scope.row.state === 1" >
65+ @click =" openTask(scope.$index, scope.row)" >点击开启任务</el-button >
6766 <el-button
67+ v-else-if =" scope.row.state === 1"
6868 size =" mini"
6969 type =" primary" >...</el-button >
70- </div >
71- <div v-else-if =" scope.row.state === 2" >
7270 <el-button
71+ v-else-if =" scope.row.state === 2"
7372 size =" mini"
7473 type =" success"
7574 @click =" download(scope.$index, scope.row)" >点击下载</el-button >
76- <el-button
77- size =" mini"
78- type =" danger"
79- @click =" handleDelete(scope.$index, scope.row)" >删除</el-button >
80- </div >
81- <div v-else >
75+
8276 <el-button
8377 size =" mini"
8478 type =" danger"
You can’t perform that action at this time.
0 commit comments