|
@@ -25,24 +25,21 @@
|
|
type="primary"
|
|
type="primary"
|
|
icon="el-icon-search"
|
|
icon="el-icon-search"
|
|
@click="handleSearchBtn"
|
|
@click="handleSearchBtn"
|
|
|
|
+ >查询</el-button
|
|
>
|
|
>
|
|
- 查询
|
|
|
|
- </el-button>
|
|
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
icon="el-icon-refresh"
|
|
icon="el-icon-refresh"
|
|
@click="resetSearchForm"
|
|
@click="resetSearchForm"
|
|
|
|
+ >重置</el-button
|
|
>
|
|
>
|
|
- 重置
|
|
|
|
- </el-button>
|
|
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
type="primary"
|
|
type="primary"
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
@click="insert"
|
|
@click="insert"
|
|
|
|
+ >新增</el-button
|
|
>
|
|
>
|
|
- 新增
|
|
|
|
- </el-button>
|
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
@@ -55,18 +52,16 @@
|
|
:disabled="noBatchSelected"
|
|
:disabled="noBatchSelected"
|
|
@click="enableOrg"
|
|
@click="enableOrg"
|
|
icon="el-icon-check"
|
|
icon="el-icon-check"
|
|
|
|
+ >启用</el-button
|
|
>
|
|
>
|
|
- 启用
|
|
|
|
- </el-button>
|
|
|
|
<el-button
|
|
<el-button
|
|
size="small"
|
|
size="small"
|
|
type="danger"
|
|
type="danger"
|
|
:disabled="noBatchSelected"
|
|
:disabled="noBatchSelected"
|
|
@click="disableOrg"
|
|
@click="disableOrg"
|
|
icon="el-icon-close"
|
|
icon="el-icon-close"
|
|
|
|
+ >禁用</el-button
|
|
>
|
|
>
|
|
- 禁用
|
|
|
|
- </el-button>
|
|
|
|
|
|
|
|
<div style="width: 100%;margin-bottom: 10px;"></div>
|
|
<div style="width: 100%;margin-bottom: 10px;"></div>
|
|
|
|
|
|
@@ -170,7 +165,7 @@
|
|
<!-- 学校产品分配弹出框 -->
|
|
<!-- 学校产品分配弹出框 -->
|
|
<el-dialog title="产品分配" :visible.sync="functionDialog">
|
|
<el-dialog title="产品分配" :visible.sync="functionDialog">
|
|
<div>
|
|
<div>
|
|
- <el-button type="primary" @click="saveOrgFunction"> 保 存 </el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="saveOrgFunction">保 存</el-button>
|
|
<el-button @click="functionDialog = false">取 消</el-button>
|
|
<el-button @click="functionDialog = false">取 消</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -201,16 +196,15 @@
|
|
:auto-upload="false"
|
|
:auto-upload="false"
|
|
:multiple="false"
|
|
:multiple="false"
|
|
>
|
|
>
|
|
- <el-button size="small" slot="trigger" type="primary">
|
|
|
|
- 选择文件
|
|
|
|
- </el-button>
|
|
|
|
-
|
|
|
|
- <el-button size="small" type="success" @click="submitUpload">
|
|
|
|
- 确认上传
|
|
|
|
- </el-button>
|
|
|
|
- <el-button size="small" type="danger" @click="removeFile">
|
|
|
|
- 清空文件
|
|
|
|
- </el-button>
|
|
|
|
|
|
+ <el-button size="small" slot="trigger" type="primary"
|
|
|
|
+ >选择文件</el-button
|
|
|
|
+ >
|
|
|
|
+ <el-button size="small" type="success" @click="submitUpload"
|
|
|
|
+ >确认上传</el-button
|
|
|
|
+ >
|
|
|
|
+ <el-button size="small" type="danger" @click="removeFile"
|
|
|
|
+ >清空文件</el-button
|
|
|
|
+ >
|
|
<div slot="tip" class="el-upload__tip">只能上传图片</div>
|
|
<div slot="tip" class="el-upload__tip">只能上传图片</div>
|
|
</el-upload>
|
|
</el-upload>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
@@ -296,7 +290,7 @@
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</span>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column :context="_self" width="210" prop="" label="操作">
|
|
|
|
|
|
+ <el-table-column :context="_self" width="210" prop label="操作">
|
|
<div slot-scope="scope">
|
|
<div slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
@@ -307,14 +301,14 @@
|
|
<i class="el-icon-edit"></i> 编辑
|
|
<i class="el-icon-edit"></i> 编辑
|
|
</el-button>
|
|
</el-button>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ v-show="false"
|
|
size="mini"
|
|
size="mini"
|
|
type="primary"
|
|
type="primary"
|
|
plain
|
|
plain
|
|
@click="setLogo(scope.row)"
|
|
@click="setLogo(scope.row)"
|
|
icon="el-icon-upload"
|
|
icon="el-icon-upload"
|
|
|
|
+ >logo上传</el-button
|
|
>
|
|
>
|
|
- logo上传
|
|
|
|
- </el-button>
|
|
|
|
</div>
|
|
</div>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|