|
|
|
@ -8,7 +8,7 @@ |
|
|
|
<el-row class="customer-row" > |
|
|
|
<el-col :span="6" class="first-col"> |
|
|
|
<el-form-item :label=labels.toolId prop="toolId"> |
|
|
|
<span slot="label" ><a herf="#">工具标识号 <el-button type="primary" v-if="addFlag" class="customer-button" @click="nextToolIdFun">Next Tool ID</el-button></a></span> |
|
|
|
<span slot="label" >工具标识号 <el-button type="primary" v-if="addFlag" class="customer-button" @click="nextToolIdFun">Next Tool ID</el-button></span> |
|
|
|
<el-input v-model="pageData.toolId" style="width: 180px;" :disabled="!this.addFlag"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|