行open
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</el-select>
|
||||
<span>零件图号:</span>
|
||||
<el-input v-model="partName" placeholder="零件图号" size="small" clearable style="width:200px"/>
|
||||
<el-tooltip effect="dark" content="查询序间外协计划" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="查询序间外协计划" placement="top">
|
||||
<el-button size="small" icon="el-icon-search" type="success" style="margin-left: 10px" @click="pageSize2=10; pageCurrent2=1;searchPartNum()">查询</el-button>
|
||||
</el-tooltip>
|
||||
</el-row>
|
||||
@@ -151,7 +151,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-tooltip effect="dark" content="保存" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="保存" placement="top">
|
||||
<el-button size="small" type="primary" style="float:right;margin: 10px" @click="saveRowPrice">保存</el-button>
|
||||
</el-tooltip>
|
||||
</el-card>
|
||||
|
||||
Reference in New Issue
Block a user