Commit 512b095d authored by zhengke's avatar zhengke

优化左侧 修改文字

parent a782ea72
......@@ -16,7 +16,7 @@
<div class="col">图层名称:</div>
<el-input style="width:60%;" v-model="layerName" @input="updateLayerName"></el-input>
</div>
<el-input v-if="layerName&&(layerName=='title'||layerName=='dinner'||layerName=='hotel')" type="textarea" autosize style="width:100%;" v-model="contentStr" @input="updateContentStr"></el-input>
<el-input type="textarea" autosize style="width:100%;" v-model="contentStr" @input="updateContentStr"></el-input>
</template>
<ElementDataMapping v-if="mode==0||mode==2"></ElementDataMapping>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment