|
|
@ -93,7 +93,7 @@ |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="6"> |
|
|
<el-col :span="6"> |
|
|
<el-form-item :label=labels.alternateToolDesc> |
|
|
<el-form-item :label=labels.alternateToolDesc> |
|
|
<el-input v-model="pageData.alternateToolDesc" ></el-input> |
|
|
|
|
|
|
|
|
<el-input v-model="pageData.alternateToolDesc" disabled></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
@ -279,6 +279,7 @@ export default { |
|
|
this.visible = true; |
|
|
this.visible = true; |
|
|
//判断是否是新增 |
|
|
//判断是否是新增 |
|
|
if(addFlag){ |
|
|
if(addFlag){ |
|
|
|
|
|
this.pageData.site = this.$store.state.user.site; |
|
|
this.titleCon = '工具新增'; |
|
|
this.titleCon = '工具新增'; |
|
|
this.pageData.toolId = ''; |
|
|
this.pageData.toolId = ''; |
|
|
this.pageData.toolType = ''; |
|
|
this.pageData.toolType = ''; |
|
|
|