|
@@ -447,10 +447,10 @@ const handleTableColBtn_evaluate = (scope: { row: TYPE_TABLE_FIELD }) => {
|
|
|
<el-button link :auto-insert-space="false" @click="handleTableColBtn_edit(scope)" type="primary">编辑
|
|
|
</el-button>
|
|
|
<!-- <el-button link :auto-insert-space="false" @click="handleTableColBtn_audit(scope)" type="primary" >审核</el-button> -->
|
|
|
- <el-button link :auto-insert-space="false" @click="handleTableColBtn_detail(scope)" type="primary">详情
|
|
|
- </el-button>
|
|
|
- <el-button link :auto-insert-space="false" @click="handleTableColBtn_evaluate(scope)" type="primary">德育评价
|
|
|
+ <el-button link :auto-insert-space="false" @click="handleTableColBtn_detail(scope)" type="primary">德育评价
|
|
|
</el-button>
|
|
|
+ <!-- <el-button link :auto-insert-space="false" @click="handleTableColBtn_evaluate(scope)" type="primary">德育评价
|
|
|
+ </el-button> -->
|
|
|
<el-button link :auto-insert-space="false" @click="handleTableColBtn_delete(scope)" type="primary">删除
|
|
|
</el-button>
|
|
|
</template>
|