stjdydayou 4 tahun lalu
induk
melakukan
65956b9e9d

+ 8 - 8
src/views/place/category/ExtendColumnIndex.vue

@@ -8,10 +8,10 @@
 
     <el-form :model="queryForm" inline size="small">
       <el-form-item label="字段编码">
-        <el-input v-model="queryForm.fieldKey" placeholder="字段编码"/>
+        <el-input v-model="queryForm.fieldKey" placeholder="字段编码" />
       </el-form-item>
       <el-form-item label="字段名称">
-        <el-input v-model="queryForm.fieldLabel" placeholder="字段名称"/>
+        <el-input v-model="queryForm.fieldLabel" placeholder="字段名称" />
       </el-form-item>
     </el-form>
     <el-row class="action-bar-container" type="flex" justify="end">
@@ -33,11 +33,11 @@
       highlight-current-row
       @selection-change="selectionChange"
     >
-      <el-table-column type="selection" width="55"/>
-      <el-table-column label="字段编码" prop="fieldKey" width="200"/>
-      <el-table-column label="字段名称" prop="fieldLabel" width="200"/>
-      <el-table-column label="字段类型" prop="fieldType" width="100"/>
-      <el-table-column label="默认值" prop="defaultValue" min-width="300"/>
+      <el-table-column type="selection" width="55" />
+      <el-table-column label="字段编码" prop="fieldKey" width="200" />
+      <el-table-column label="字段名称" prop="fieldLabel" width="200" />
+      <el-table-column label="字段类型" prop="fieldType" width="100" />
+      <el-table-column label="默认值" prop="defaultValue" min-width="300" />
       <el-table-column label="操作" width="80" fixed="right">
         <template slot-scope="scope">
           <el-button v-permission="['place.category.extend.column.edit']" type="text" @click.native="$refs.extendColumnDialogForm.open(scope.row)">编辑</el-button>
@@ -55,7 +55,7 @@
     <div slot="footer" class="dialog-footer">
       <el-button @click="visible = false">关闭</el-button>
     </div>
-    <extend-column-dialog-form ref="extendColumnDialogForm" @ok="fetchData"/>
+    <extend-column-dialog-form ref="extendColumnDialogForm" @ok="fetchData" />
 
   </el-dialog>
 </template>

+ 1 - 1
src/views/statistics/file/index.vue

@@ -35,7 +35,7 @@
       <el-table-column type="selection" width="55" />
       <el-table-column label="ID" prop="id" width="150" />
       <el-table-column label="文件名" prop="originalFileName" width="300" />
-      <el-table-column label="地址" prop="src" />
+      <el-table-column label="地址" prop="src" min-width="300" />
       <el-table-column label="大小" prop="size" width="150" />
       <el-table-column label="类型" prop="mimeType" width="150" />
       <el-table-column label="扩展名" prop="extension" width="150" />