Explorar el Código

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

gzb
wangzhonglu hace 1 año
padre
commit
b7ee8645e0
Se han modificado 3 ficheros con 7 adiciones y 5 borrados
  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 Ver fichero

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

+ 3
- 2
src/views/service/index.vue Ver fichero

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

+ 1
- 1
src/views/trial/index.vue Ver fichero

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

Loading…
Cancelar
Guardar