|
@@ -16,15 +16,15 @@
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- icon="el-icon-plus"
|
|
|
- size="mini"
|
|
|
- @click="handleAdd"
|
|
|
- v-hasPermi="['production:temperature:add']"
|
|
|
- >新增</el-button>
|
|
|
- </el-col>
|
|
|
+ <!--<el-col :span="1.5">-->
|
|
|
+ <!--<el-button-->
|
|
|
+ <!--type="primary"-->
|
|
|
+ <!--icon="el-icon-plus"-->
|
|
|
+ <!--size="mini"-->
|
|
|
+ <!--@click="handleAdd"-->
|
|
|
+ <!--v-hasPermi="['production:temperature:add']"-->
|
|
|
+ <!-->新增</el-button>-->
|
|
|
+ <!--</el-col>-->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="success"
|