|
|
@ -196,14 +196,14 @@ |
|
|
|
style="color:#1C6AFD;text-decoration: underline;" |
|
|
|
size="small" |
|
|
|
@click="handleDetail(scope.row)">查看</el-button> |
|
|
|
<!-- <el-button type="text" |
|
|
|
<el-button type="text" |
|
|
|
style="color:#1C6AFD;text-decoration: underline;" |
|
|
|
size="small" |
|
|
|
@click="handleFinish(scope.row)">完成情况</el-button> |
|
|
|
<el-button type="text" |
|
|
|
style="color:#1C6AFD;text-decoration: underline;" |
|
|
|
size="small" |
|
|
|
@click="handleScore(scope.row)">积分记录</el-button> --> |
|
|
|
@click="handleScore(scope.row)">积分记录</el-button> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-button type="text" |
|
|
@ -366,7 +366,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
let params = { |
|
|
|
parentCategoryCode: '1010' |
|
|
|
// parentCategoryCode: '1010' |
|
|
|
} |
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, params) |
|
|
|