Browse Source

reactor:自贡图标更换;

zhangchong 8 months ago
parent
commit
ae1b9faa1c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/auxiliary/smsTask/index.vue

+ 3 - 2
src/views/auxiliary/smsTask/index.vue

@@ -71,8 +71,9 @@ const TaskDetail = defineAsyncComponent(() => import('@/views/auxiliary/smsTask/
 const proTableRef = ref<RefType>(); // 表格ref
 // 表格配置项
 const columns = ref<any[]>([
-	{ prop: 'taskName', label: '任务名称', width: 200 },
-	{ prop: 'smsTaskStateText', label: '任务状态', width: 200 },
+	{ prop: 'taskName', label: '任务名称', minWidth: 200 },
+	{ prop: 'smsTaskStateText', label: '任务状态', width: 100 },
+	{ prop: 'content', label: '短信内容', minWidth: 200 },
 	{ prop: 'smsCount', label: '短信总量' },
 	{
 		prop: 'planSendTime',