luohairen
2024-10-31 3fdb38dd19c8a61d91d789c83074a7e8a3c10897
优化
2个文件已修改
18 ■■■■■ 已修改文件
src/views/class-management/ClassStaff.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/exam/ExamManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/class-management/ClassStaff.vue
@@ -53,22 +53,6 @@
        label="电话"
      >
      </el-table-column>
      <el-table-column
        label="操作"
        align="center"
        width="300px"
      >
        <template slot-scope="scope">
          <el-button @click="handlerEditStudent(scope.row)" type="warning" size="small">编辑</el-button>
          <el-popconfirm
            style="margin: 0 5px"
            title="确定要删除该成员吗?"
            @confirm="remove(scope.row.id)"
          >
            <el-button slot="reference" type="danger" size="small" v-show="false">删除</el-button>
          </el-popconfirm>
        </template>
      </el-table-column>
    </el-table>
    <div
      class="block"
src/views/exam/exam/ExamManage.vue
@@ -103,7 +103,7 @@
            v-show="scope.row.status !== 'cancel'"
            style="margin: 0 5px"
            title="确定要删除该考试吗?"
            @confirm="deleteExam(scope.row.id)"
            @confirm="deleteExam(scope.row)"
          >
            <el-button
              slot="reference"