Browse Source

表格

gzb
guozhongbo 1 year ago
parent
commit
920fe61644
2 changed files with 4 additions and 3 deletions
  1. 3
    2
      src/views/service/index.vue
  2. 1
    1
      src/views/trial/index.vue

+ 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