-
-
已选择:
-
{{ choseText }}
-
-
![]()
+
+
+
+
![]()
+
+
+
+
+
+
+
+
![]()
+
{{ record.type === EnumManuscriptType.Image ? '图文' : '视频' }}
+
+
+
+
+ {{ record.last_modifier.mobile }}
+
+
+
+
+ {{ getStatus(record.audit_status) }}
+
+
+
+
+ {{ record.created_at ? dayjs(record.last_modified_at * 1000).format('YYYY-MM-DD HH:mm:ss') : '-' }}
+
+
+
+
+
+
+
+
已选择:
+
{{ choseText }}
+
+
![]()
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
@@ -546,10 +551,6 @@ watch(showDriwer, (newVal) => {
}
});
-const handleTabSelect = (value) => {
- isActive.value = value;
-};
-
const handleDateChange = (date) => {};
// 暴露方法给父组件
const showDrawer = (accountInfo = null) => {