zjs_project 1 月之前
父節點
當前提交
e699adc326
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/dish/lists/index.vue

+ 3 - 3
src/views/dish/lists/index.vue

@@ -88,7 +88,7 @@
                     min-width="150"
                     min-width="150"
                     show-tooltip-when-overflow
                     show-tooltip-when-overflow
                 />
                 />
-                <el-table-column label="状态" min-width="100">
+                <el-table-column label="状态" min-width="90">
                     <template #default="{ row }">
                     <template #default="{ row }">
                         <el-switch
                         <el-switch
                             v-model="row.isShow"
                             v-model="row.isShow"
@@ -98,8 +98,8 @@
                         />
                         />
                     </template>
                     </template>
                 </el-table-column>
                 </el-table-column>
-                <el-table-column label="排序" prop="sort" min-width="100" />
-                <el-table-column label="添加时间" prop="createTime" min-width="120" />
+                <el-table-column label="排序" prop="sort" min-width="80" />
+                <el-table-column label="添加时间" prop="createTime" min-width="170" />
                 <el-table-column label="操作" width="120" fixed="right">
                 <el-table-column label="操作" width="120" fixed="right">
                     <template #default="{ row }">
                     <template #default="{ row }">
                         <el-button v-perms="['dish:edit', 'dish:add/edit']" type="primary" link>
                         <el-button v-perms="['dish:edit', 'dish:add/edit']" type="primary" link>