-
-
-
- {{ t('action.add') }}
-
-
- {{ t('action.export') }}
-
-
-
-
-
+
+
+
+ {{ t('action.add') }}
+
+
+
-
- {{ dayjs(row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
-
-
+
{{ t('action.edit') }}
@@ -149,46 +280,52 @@ getList()
link
type="primary"
v-hasPermi="['system:post:delete']"
- @click="delList(row.id, false)"
+ @click="handleDelete(row.id)"
>
{{ t('action.del') }}
-
+
-
-