NEZ-775 fix:处理Project列表页 需要拖动的问题

This commit is contained in:
zhangyu
2021-07-02 14:09:17 +08:00
parent 132b5f927c
commit e625e60941

View File

@@ -64,7 +64,7 @@
</el-table-column>
<el-table-column
:resizable="false"
:width="operationWidth">
:width="155">
<div slot="header" class="table-operation-title">{{$t('overall.option')}}</div>
<div slot-scope="scope" class="table-operation-items">
<button class="table-operation-item" @click="changeProjectTopo(scope.row)"><i class="nz-icon nz-icon-view1"></i></button>
@@ -101,7 +101,8 @@ export default {
label: this.$t('project.project.project'),
prop: 'name',
show: true,
sortable: 'custom'
sortable: 'custom',
minWidth: 80
}, {
label: this.$t('project.module.module'),
prop: 'moduleNum',