Commit a165efbb by liangjianmin

refactor(orderTrack): comment out add contract button in goods detail component

- Commented out the "新增合同" button in the goods detail component to streamline the user interface.
- This change is part of ongoing adjustments to enhance the overall functionality and user experience.
parent 89377e69
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