|
@@ -12,7 +12,7 @@
|
|
<el-button type="primary" size="small" @click="handleAdd">新增</el-button>
|
|
<el-button type="primary" size="small" @click="handleAdd">新增</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
- <el-button class="margin-right_20" type="success" size="small" @click="handleImport">导入</el-button>
|
|
|
|
|
|
+ <!-- <el-button class="margin-right_20" type="success" size="small" @click="handleImport">导入</el-button> -->
|
|
</el-header>
|
|
</el-header>
|
|
<el-main class="project-field-main">
|
|
<el-main class="project-field-main">
|
|
<el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header">
|
|
<el-table v-loading="loading" :data="tableData" border header-row-class-name="custom-table-header">
|