|
@@ -1,19 +1,19 @@
|
|
|
<template>
|
|
|
<div id="handsontable" v-loading="isLoading">
|
|
|
<el-row class="left">
|
|
|
- <div style="display: inline-block">
|
|
|
- <!-- <div v-show="!onlyRead && zoneCode === 'other'">-->
|
|
|
- <el-button @click="addZoneBtn">添加分区</el-button>
|
|
|
- <el-select v-model="zoneValue" placeholder="请选择">
|
|
|
- <el-option
|
|
|
- v-for="item in addZone"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
- |
|
|
|
- </div>
|
|
|
+<!-- <div style="display: inline-block">-->
|
|
|
+<!-- <!– <div v-show="!onlyRead && zoneCode === 'other'">–>-->
|
|
|
+<!-- <el-button @click="addZoneBtn">添加分区</el-button>-->
|
|
|
+<!-- <el-select v-model="zoneValue" placeholder="请选择">-->
|
|
|
+<!-- <el-option-->
|
|
|
+<!-- v-for="item in addZone"-->
|
|
|
+<!-- :key="item.value"-->
|
|
|
+<!-- :label="item.label"-->
|
|
|
+<!-- :value="item.value">-->
|
|
|
+<!-- </el-option>-->
|
|
|
+<!-- </el-select>-->
|
|
|
+<!-- | -->
|
|
|
+<!-- </div>-->
|
|
|
<el-select v-model="onlyRead" @change="getData(false)"
|
|
|
style="width:100px;margin-right:20px;vertical-align:bottom;">
|
|
|
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
|