diff --git a/.env.development b/.env.development index fbcc74b..b8ccd8b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -VITE_API_URL=http://127.0.0.1:9200/api +#VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/shop/shopStore/index.vue b/src/views/shop/shopStore/index.vue index 6b2c99d..eb95927 100644 --- a/src/views/shop/shopStore/index.vue +++ b/src/views/shop/shopStore/index.vue @@ -122,32 +122,27 @@ { title: '门店经理', dataIndex: 'managerName', - key: 'managerName', - ellipsis: true + key: 'managerName' }, { title: '所在省份', dataIndex: 'province', - key: 'province', - ellipsis: true + key: 'province' }, { title: '所在城市', dataIndex: 'city', - key: 'city', - ellipsis: true + key: 'city' }, { title: '所在辖区', dataIndex: 'region', - key: 'region', - ellipsis: true + key: 'region' }, { title: '门店地址', dataIndex: 'address', - key: 'address', - ellipsis: true + key: 'address' }, // { // title: '经度', @@ -171,7 +166,8 @@ title: '排序号', dataIndex: 'sortNumber', key: 'sortNumber', - width: 120 + align: 'center', + width: 90 }, { title: '创建时间', @@ -180,7 +176,6 @@ width: 200, align: 'center', sorter: true, - ellipsis: true, customRender: ({ text }) => toDateString(text, 'yyyy-MM-dd HH:mm:ss') }, {