style(ctr): 调整费用合同页面布局
- 移除导出按钮旁边的换行符 - 在右上角工具栏上方添加换行符
This commit is contained in:
@ -48,9 +48,9 @@
|
||||
<el-col :span="1.5">
|
||||
<el-button type="warning" plain icon="Download" @click="handleExport"
|
||||
v-hasPermi="['ctr:expensesContract:export']">导出</el-button>
|
||||
</el-col>
|
||||
</el-col>-->
|
||||
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>-->
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
<el-table v-loading="loading" :data="expensesContractList" @selection-change="handleSelectionChange">
|
||||
|
Reference in New Issue
Block a user