|
@@ -81,7 +81,7 @@
|
|
|
}
|
|
|
function getTable(dataIndex,record){
|
|
|
visible.value = true
|
|
|
- title.value = dataIndex=='scanProtocaol'?'扫描合同查看(view scan contract)':'基础协议查看(view basic agreement)'
|
|
|
+ title.value = dataIndex=='scanProtocaol'?'扫描合同查看(view scan contract)':'技术协议查看(view T/A)'
|
|
|
fatherId.value = record.id
|
|
|
fatherTitle.value = dataIndex
|
|
|
params.value.headId=record.id
|