Browse Source

页面重构

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
52f6b0525d
  1. 4
      src/components/tablecmt/tablecmt.vue
  2. 4
      src/page/index/index.vue
  3. 1
      src/page/index/top/index.vue
  4. 24
      src/router/views/index.js

4
src/components/tablecmt/tablecmt.vue

@ -160,9 +160,9 @@
<el-text class="mx-1 tabtitles" @click.stop @dblclick.stop="copyalls(column)">{{
column.label
}}</el-text>
<el-icon v-if="column.type == 1 || column.type == 2 || column.type == 3"
<!-- <el-icon v-if="column.type == 1 || column.type == 2 || column.type == 3"
><DocumentCopy
/></el-icon>
/></el-icon> -->
</div>
</div>
</template>

4
src/page/index/index.vue

@ -16,9 +16,9 @@
<div id="avue-view" v-show="!isSearch" v-if="isRefresh">
<router-view #="{ Component }">
<!-- <keep-alive :include="$store.getters.tagsKeep" :max="20"> -->
<!-- <keep-alive :max="20"> -->
<keep-alive :max="10">
<component :is="Component" />
<!-- </keep-alive> -->
</keep-alive>
</router-view>
</div>
</div>

1
src/page/index/top/index.vue

@ -121,7 +121,6 @@ export default {
},
mounted() {
getMyWarehouseList().then(res => {
console.log(res.data.data, 'getMyWarehouseList');
let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }];
this.datalist = arr.concat(res.data.data);
});

24
src/router/views/index.js

@ -1035,18 +1035,18 @@ export default [
},
],
},
{
path: '/distribution/turndelivery/devtmp',
component: Layout,
redirect: '/distribution/turndelivery/devtmp',
children: [
{
path: '/distribution/turndelivery/devtmp',
name: '商配计划重构',
component: () => import('@/views/distribution/turndelivery/devtmp.vue'),
},
],
},
// {
// path: '/distribution/turndelivery/devtmp',
// component: Layout,
// redirect: '/distribution/turndelivery/devtmp',
// children: [
// {
// path: '/distribution/turndelivery/devtmp',
// name: '商配计划重构',
// component: () => import('@/views/distribution/turndelivery/devtmp.vue'),
// },
// ],
// },
{
path: '/distribution/signfor/devtmp',
component: Layout,

Loading…
Cancel
Save