|
@@ -16,7 +16,7 @@
|
|
|
<base-table size="small" :data="tableData" :columns="columns">
|
|
|
<template #column-operation="{ row }">
|
|
|
<el-button type="primary" link @click="onEditSubQuestion(row)">编辑</el-button>
|
|
|
- <el-popconfirm :width="useVW(220)" hide-icon :title="`确认删除考试?`" @confirm="onDelete(row)">
|
|
|
+ <el-popconfirm :width="useVW(220)" hide-icon :title="`确认删除科目?`" @confirm="onDelete(row)">
|
|
|
<template #reference>
|
|
|
<el-button type="primary" link>删除</el-button>
|
|
|
</template>
|