Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
6eb8fc58de
  1. 1
      src/views/modules/communityParty/elegant/index.vue
  2. 2
      src/views/modules/workSys/demandCate.vue

1
src/views/modules/communityParty/elegant/index.vue

@ -66,7 +66,6 @@
> >
<el-button size="small" class="diy-button--delete" :loading="importLoading">{{importBtnTitle}}</el-button> <el-button size="small" class="diy-button--delete" :loading="importLoading">{{importBtnTitle}}</el-button>
</el-upload> </el-upload>
<el-button class="diy-button--reset" size="small" :loading="exportBtn" @click="handleExport">{{ exportBtnTitle }}</el-button> <el-button class="diy-button--reset" size="small" :loading="exportBtn" @click="handleExport">{{ exportBtnTitle }}</el-button>
</div> </div>

2
src/views/modules/workSys/demandCate.vue

@ -32,7 +32,7 @@
<div class="resi-row-btn"> <div class="resi-row-btn">
<el-button class="diy-button--add" <el-button class="diy-button--add"
size="small" size="small"
@click="handleAdd('1', 'add')">新增分类</el-button> @click="handleAdd('1', 'add')">新增</el-button>
</div> </div>
<el-table :data="tableData" <el-table :data="tableData"

Loading…
Cancel
Save