Commit f9e5fb71 by liangjianmin

restore "新增合同" button in goods detail component

parent 98fc57a3
Showing with 1 additions and 1 deletions
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<el-select v-model="selectedLang" placeholder="" style="margin-left:10px;width: 5%;"> <el-select v-model="selectedLang" placeholder="" style="margin-left:10px;width: 5%;">
<el-option v-for="option in langOptions" :label="option.label" :value="option.value" :key="option.value"></el-option> <el-option v-for="option in langOptions" :label="option.label" :value="option.value" :key="option.value"></el-option>
</el-select> </el-select>
<!-- <el-button type="primary" @click="addContract" style="margin-left:10px;">新增合同</el-button> --> <el-button type="primary" @click="addContract" style="margin-left:10px;">新增合同</el-button>
</div> </div>
<div class="data-box th-all" style="margin-bottom:20px;"> <div class="data-box th-all" style="margin-bottom:20px;">
<el-table :data="contractData" border> <el-table :data="contractData" border>
......
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 sign in to comment