Browse Source

活动操作修改及多语言配置

jiangcheng/feature-20260402142510-现金四期
jiangcheng 2 weeks ago
parent
commit
f8c1261777
  1. 4
      src/views/activityManage/activity.vue

4
src/views/activityManage/activity.vue

@ -67,8 +67,8 @@
<el-table-column prop="creatorName" :label="t('common_list.creator')" width="150px" />
<el-table-column prop="operation" :label="t('common_list.operation')" width="220px">
<template #default="scope">
<el-button type="primary" text @click="editOpen(scope.row)">{{ t('common.edit') }}</el-button>
<!-- <el-button type="danger" text @click="openDel(scope.row)">删除</el-button> -->
<!-- <el-button type="primary" text @click="editOpen(scope.row)">{{ t('common.edit') }}</el-button> -->
<el-button type="danger" text @click="openDel(scope.row)">{{t('common.delete')}}</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save