月计划打印,主题整合和游戏数据管理 bug

This commit is contained in:
paidaxing444
2020-09-03 16:24:07 +08:00
parent 0e5b8f77f1
commit f600ffd34b
7 changed files with 153 additions and 198 deletions

View File

@ -53,7 +53,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['system:activity:add']"
v-hasPermi="['benyi:theme:add']"
>新增</el-button>
</el-col>
<el-col :span="1.5">
@ -63,7 +63,7 @@
size="mini"
:disabled="single"
@click="handleUpdate"
v-hasPermi="['system:activity:edit']"
v-hasPermi="['benyi:theme:edit']"
>修改</el-button>
</el-col>
<el-col :span="1.5">
@ -73,7 +73,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['system:activity:remove']"
v-hasPermi="['benyi:theme:remove']"
>删除</el-button>
</el-col>
</el-row>
@ -92,14 +92,14 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['system:activity:edit']"
v-hasPermi="['benyi:theme:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['system:activity:remove']"
v-hasPermi="['benyi:theme:remove']"
>删除</el-button>
</template>
</el-table-column>