Browse Source

2024-1-6

master
qiezi 1 year ago
parent
commit
e6cc7ac633
  1. 2
      src/views/modules/quote/detail/quoteGroupDetail.vue

2
src/views/modules/quote/detail/quoteGroupDetail.vue

@ -894,7 +894,7 @@ export default {
</el-dialog>
<el-dialog title="报价明细" :visible.sync="drawerVisible" top="10vh" width="1200px" append-to-body :close-on-click-modal="false">
<el-dialog title="报价明细" v-drag :visible.sync="drawerVisible" top="10vh" width="1200px" append-to-body :close-on-click-modal="false">
<el-table v-loading="queryLoading"
@row-click="quoteGroupDetailRowClick" :row-style="rowStyle" border :data="dataList" style="width: 100%;margin-top: 5px;" :height="'30vh'">
<el-table-column type="index" width="55" align="center" label="序号"></el-table-column>

Loading…
Cancel
Save