|
@@ -24,7 +24,21 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="24">
|
|
|
- <a-form-model-item label="设备编号" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentcode">
|
|
|
+ <a-form-model-item :labelCol="labelCol" :wrapperCol="wrapperCol" prop="equipmentcode">
|
|
|
+ <span slot="label">
|
|
|
+ 设备编号
|
|
|
+ <a-tooltip title="若未填写设备编号 则自动生成">
|
|
|
+ <a-icon type="exclamation-circle" theme="filled" />
|
|
|
+ <!-- <a-icon type="exclamation-circle" /> -->
|
|
|
+ <!-- <a-icon type="question-circle-o" /> -->
|
|
|
+ </a-tooltip>
|
|
|
+ </span>
|
|
|
+ <!-- <a-tooltip placement="top">
|
|
|
+ <template slot="title">
|
|
|
+ <span>若未填写设备编号 则自动生成</span>
|
|
|
+ </template>
|
|
|
+ <a-button>Top</a-button>
|
|
|
+ </a-tooltip> -->
|
|
|
<a-input v-model="model.equipmentcode" placeholder="请输入设备编号" ></a-input>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|