소스 검색

学生成绩报告单修改

bzkf30 1 년 전
부모
커밋
288b2f0775
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/pages/xdjx/xszhsz/xscjbgd/index.vue

+ 3 - 3
src/pages/xdjx/xszhsz/xscjbgd/index.vue

@@ -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>