正在显示
14 个修改的文件
包含
13 行增加
和
13 行删除
@@ -116,55 +116,55 @@ func (l *SystemUserInfoLogic) initSystemData(companyId int64) error { | @@ -116,55 +116,55 @@ func (l *SystemUserInfoLogic) initSystemData(companyId int64) error { | ||
116 | if cnt == 0 { | 116 | if cnt == 0 { |
117 | articleTags := []*domain.ArticleTag{ | 117 | articleTags := []*domain.ArticleTag{ |
118 | { | 118 | { |
119 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 119 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_imp_01.png", Width: 0, Height: 0}, |
120 | Name: "紧急重要", Category: "紧急重要", Remark: "优先解决", SortBy: 1, | 120 | Name: "紧急重要", Category: "紧急重要", Remark: "优先解决", SortBy: 1, |
121 | }, | 121 | }, |
122 | { | 122 | { |
123 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 123 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_imp_04.png", Width: 0, Height: 0}, |
124 | Name: "不紧急不重要", Category: "紧急重要", Remark: "给别人做", SortBy: 2, | 124 | Name: "不紧急不重要", Category: "紧急重要", Remark: "给别人做", SortBy: 2, |
125 | }, | 125 | }, |
126 | { | 126 | { |
127 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 127 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_imp_03.png", Width: 0, Height: 0}, |
128 | Name: "紧急不重要", Category: "紧急重要", Remark: "有空再做", SortBy: 3, | 128 | Name: "紧急不重要", Category: "紧急重要", Remark: "有空再做", SortBy: 3, |
129 | }, | 129 | }, |
130 | { | 130 | { |
131 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 131 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_imp_02.png", Width: 0, Height: 0}, |
132 | Name: "不紧急重要", Category: "紧急重要", Remark: "制定计划去做", SortBy: 4, | 132 | Name: "不紧急重要", Category: "紧急重要", Remark: "制定计划去做", SortBy: 4, |
133 | }, | 133 | }, |
134 | { | 134 | { |
135 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 135 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_03.png", Width: 0, Height: 0}, |
136 | Name: "大机会高风险", Category: "机会风险", Remark: "谨慎考虑专项讨论", SortBy: 5, | 136 | Name: "大机会高风险", Category: "机会风险", Remark: "谨慎考虑专项讨论", SortBy: 5, |
137 | }, | 137 | }, |
138 | { | 138 | { |
139 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 139 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_02.png", Width: 0, Height: 0}, |
140 | Name: "大机会中风险", Category: "机会风险", Remark: "加大关注值得尝试", SortBy: 6, | 140 | Name: "大机会中风险", Category: "机会风险", Remark: "加大关注值得尝试", SortBy: 6, |
141 | }, | 141 | }, |
142 | { | 142 | { |
143 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 143 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_01.png", Width: 0, Height: 0}, |
144 | Name: "大机会低风险", Category: "机会风险", Remark: "全员投入抓紧落实", SortBy: 7, | 144 | Name: "大机会低风险", Category: "机会风险", Remark: "全员投入抓紧落实", SortBy: 7, |
145 | }, | 145 | }, |
146 | { | 146 | { |
147 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 147 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_04.png", Width: 0, Height: 0}, |
148 | Name: "中机会高风险", Category: "机会风险", Remark: "专人跟踪成立项目", SortBy: 8, | 148 | Name: "中机会高风险", Category: "机会风险", Remark: "专人跟踪成立项目", SortBy: 8, |
149 | }, | 149 | }, |
150 | { | 150 | { |
151 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 151 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_05.png", Width: 0, Height: 0}, |
152 | Name: "中机会中风险", Category: "机会风险", Remark: "讨论落实", SortBy: 9, | 152 | Name: "中机会中风险", Category: "机会风险", Remark: "讨论落实", SortBy: 9, |
153 | }, | 153 | }, |
154 | { | 154 | { |
155 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 155 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_06.png", Width: 0, Height: 0}, |
156 | Name: "中机会低风险", Category: "机会风险", Remark: "解决问题多手准备", SortBy: 10, | 156 | Name: "中机会低风险", Category: "机会风险", Remark: "解决问题多手准备", SortBy: 10, |
157 | }, | 157 | }, |
158 | { | 158 | { |
159 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 159 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_07.png", Width: 0, Height: 0}, |
160 | Name: "小机会高风险", Category: "机会风险", Remark: "有空看看", SortBy: 11, | 160 | Name: "小机会高风险", Category: "机会风险", Remark: "有空看看", SortBy: 11, |
161 | }, | 161 | }, |
162 | { | 162 | { |
163 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 163 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_08.png", Width: 0, Height: 0}, |
164 | Name: "小机会中风险", Category: "机会风险", Remark: "持续监控做好控制", SortBy: 12, | 164 | Name: "小机会中风险", Category: "机会风险", Remark: "持续监控做好控制", SortBy: 12, |
165 | }, | 165 | }, |
166 | { | 166 | { |
167 | - Id: 0, CompanyId: companyId, Image: domain.Image{Url: "", Width: 0, Height: 0}, | 167 | + Id: 0, CompanyId: companyId, Image: domain.Image{Url: "https://timeless-world.oss-cn-shenzhen.aliyuncs.com/open-api/test/20231115/object/index_chance_09.png", Width: 0, Height: 0}, |
168 | Name: "小机会低风险", Category: "机会风险", Remark: "全员警戒马上解决", SortBy: 13, | 168 | Name: "小机会低风险", Category: "机会风险", Remark: "全员警戒马上解决", SortBy: 13, |
169 | }, | 169 | }, |
170 | } | 170 | } |
cmd/discuss/api/public/index_chance_01.png
0 → 100644
8.2 KB
cmd/discuss/api/public/index_chance_02.png
0 → 100644
6.5 KB
cmd/discuss/api/public/index_chance_03.png
0 → 100644
9.5 KB
cmd/discuss/api/public/index_chance_04.png
0 → 100644
6.2 KB
cmd/discuss/api/public/index_chance_05.png
0 → 100644
7.3 KB
cmd/discuss/api/public/index_chance_06.png
0 → 100644
7.4 KB
cmd/discuss/api/public/index_chance_07.png
0 → 100644
8.2 KB
cmd/discuss/api/public/index_chance_08.png
0 → 100644
6.5 KB
cmd/discuss/api/public/index_chance_09.png
0 → 100644
7.3 KB
cmd/discuss/api/public/index_imp_01.png
0 → 100644
11.6 KB
cmd/discuss/api/public/index_imp_02.png
0 → 100644
10.3 KB
cmd/discuss/api/public/index_imp_03.png
0 → 100644
10.6 KB
cmd/discuss/api/public/index_imp_04.png
0 → 100644
11.3 KB
-
请 注册 或 登录 后发表评论