Browse Source

Merge remote-tracking branch 'origin/gzb' into wzl

gzb
wangzhonglu 1 year ago
parent
commit
b7ee8645e0
3 changed files with 7 additions and 5 deletions
  1. 3
    2
      src/views/school/index.vue
  2. 3
    2
      src/views/service/index.vue
  3. 1
    1
      src/views/trial/index.vue

+ 3
- 2
src/views/school/index.vue View File

218
         {
218
         {
219
           title: "学校图标",
219
           title: "学校图标",
220
           slot: "schoollogo",
220
           slot: "schoollogo",
221
-          align: "center"
221
+          align: "center",
222
+          width: 180
222
         },
223
         },
223
         {
224
         {
224
           title: "创建人",
225
           title: "创建人",
229
         {
230
         {
230
           title: "创建时间",
231
           title: "创建时间",
231
           key: "createtime",
232
           key: "createtime",
232
-          width: 180,
233
+          width: 200,
233
           align: "center"
234
           align: "center"
234
         },
235
         },
235
         {
236
         {

+ 3
- 2
src/views/service/index.vue View File

213
         {
213
         {
214
           title: "服务地址",
214
           title: "服务地址",
215
           slot: "scpic",
215
           slot: "scpic",
216
-          align: "center"
216
+          align: "center",
217
+          width: 180
217
         },
218
         },
218
         {
219
         {
219
           title: "创建人",
220
           title: "创建人",
224
         {
225
         {
225
           title: "创建时间",
226
           title: "创建时间",
226
           key: "createtime",
227
           key: "createtime",
227
-          width: 180,
228
+          width: 200,
228
           align: "center"
229
           align: "center"
229
         },
230
         },
230
         {
231
         {

+ 1
- 1
src/views/trial/index.vue View File

206
         {
206
         {
207
           title: "提交时间",
207
           title: "提交时间",
208
           key: "backtime",
208
           key: "backtime",
209
-          width: 180,
209
+          width: 200,
210
           align: "center"
210
           align: "center"
211
         },
211
         },
212
         {
212
         {

Loading…
Cancel
Save