|
@@ -76,8 +76,7 @@ export default defineComponent({
|
|
|
{
|
|
|
title: '是否显示', dataIndex: 'isDisplay', key: 'isDisplay', align: "center", customRender: ({record}) =>
|
|
|
record.isDisplay == "1" ? "是" : "否"
|
|
|
- },
|
|
|
- {title: '操作', key: 'operation', fixed: 'right', width: 120, align: "center"},
|
|
|
+ }
|
|
|
];
|
|
|
const loadData = (id) => {
|
|
|
if (id != undefined) {
|