能力统计样式

This commit is contained in:
a0049873 2022-11-11 09:48:13 +08:00
parent 99d821ab7e
commit 872227b425
1 changed files with 47 additions and 46 deletions

View File

@ -74,7 +74,8 @@
<!-- <span v-if="this.departmentId === 2 || this.departmentId === 4">资源名称</span> -->
<el-input v-model="resourceName" placeholder="请输入资源名称" clearable></el-input>
</el-form-item>
</el-form>
<el-form :inline="true" style="display: flex;justify-content: end;margin-right: 40px;">
<!--操作按钮查询-->
<el-form-item>
<el-button type="primary" @click="getDataList()">{{ $t('query') }}</el-button>