Browse Source

多余代码

luckysheet-xiaowang-Intelligen
mk 9 months ago
parent
commit
ac9ad86654
  1. 2
      src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue
  2. 2
      src/views/modules/base/smartExcel/cpts/filling-info.vue

2
src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue

@ -30,7 +30,7 @@
</el-col>
</el-row>
</el-form>
<el-table v-if="showType=='info'" :data="tableData" border class="m-table-item" style="width: 80%;" :height="maxTableHeight" >
<el-table v-if="showType=='info'" :data="tableData" border class="m-table-item" style="width: 80%;" >
<el-table-column label="序号" fixed="left" type="index" align="center" width="80" />
<el-table-column prop="userName" align="center" :show-overflow-tooltip="true" label="第一接收人">
</el-table-column>

2
src/views/modules/base/smartExcel/cpts/filling-info.vue

@ -77,7 +77,7 @@
</div>
<div class="m-table">
<el-table :data="tableData" border class="m-table-item"
style="width: 70%;margin-left: 3%; margin-top: 30px;" :height="maxTableHeight">
style="width: 70%;margin-left: 3%; margin-top: 30px;">
<el-table-column label="序号" fixed="left" type="index" align="center" width="80" />
<el-table-column prop="taskPeriodName" align="center" :show-overflow-tooltip="true" label="任务周期">
</el-table-column>

Loading…
Cancel
Save