|
@@ -565,10 +565,11 @@ export default {
|
|
case 'infos.insuranceFile': //保险文件
|
|
case 'infos.insuranceFile': //保险文件
|
|
const propertyId = this.tableData[row.row].propertyId;
|
|
const propertyId = this.tableData[row.row].propertyId;
|
|
if (!propertyId) { //未关联资产
|
|
if (!propertyId) { //未关联资产
|
|
- this.$confirm('请先关联资产后再维护该信息!', '提示', {
|
|
|
|
- confirmButtonText: '确定',
|
|
|
|
|
|
+ this.$confirm('您暂未关联设备对应的资产,该信息点不可编辑', '提示', {
|
|
|
|
+ confirmButtonText: '我知道了',
|
|
showCancelButton: false,
|
|
showCancelButton: false,
|
|
- type: 'warning'
|
|
|
|
|
|
+ type: 'warning',
|
|
|
|
+ center: true
|
|
}).then(() => {
|
|
}).then(() => {
|
|
return false;
|
|
return false;
|
|
});
|
|
});
|