|
@@ -26,16 +26,16 @@
|
|
|
v-hasPermi="['production:temperature:edit']"
|
|
|
>修改</el-button>
|
|
|
</el-col>
|
|
|
- <el-col :span="1.5">
|
|
|
- <el-button
|
|
|
- type="danger"
|
|
|
- icon="el-icon-delete"
|
|
|
- size="mini"
|
|
|
- :disabled="multiple"
|
|
|
- @click="handleDelete"
|
|
|
- v-hasPermi="['production:temperature:remove']"
|
|
|
- >删除</el-button>
|
|
|
- </el-col>
|
|
|
+ <!--<el-col :span="1.5">-->
|
|
|
+ <!--<el-button-->
|
|
|
+ <!--type="danger"-->
|
|
|
+ <!--icon="el-icon-delete"-->
|
|
|
+ <!--size="mini"-->
|
|
|
+ <!--:disabled="multiple"-->
|
|
|
+ <!--@click="handleDelete"-->
|
|
|
+ <!--v-hasPermi="['production:temperature:remove']"-->
|
|
|
+ <!-->删除</el-button>-->
|
|
|
+ <!--</el-col>-->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
@@ -186,13 +186,13 @@
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['production:temperature:edit']"
|
|
|
>修改</el-button>
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-delete"
|
|
|
- @click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['production:temperature:remove']"
|
|
|
- >删除</el-button>
|
|
|
+ <!--<el-button-->
|
|
|
+ <!--size="mini"-->
|
|
|
+ <!--type="text"-->
|
|
|
+ <!--icon="el-icon-delete"-->
|
|
|
+ <!--@click="handleDelete(scope.row)"-->
|
|
|
+ <!--v-hasPermi="['production:temperature:remove']"-->
|
|
|
+ <!-->删除</el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|