|
@@ -440,7 +440,7 @@ const onMore= async (row)=>{
|
|
|
//查看城市
|
|
//查看城市
|
|
|
const onProvince= async (row)=>{
|
|
const onProvince= async (row)=>{
|
|
|
showDialog({
|
|
showDialog({
|
|
|
- title: `${ownerMap.value[row.owner]?ownerMap.value[row.owner]:row.owner}`+`《${row.typeDescribe}》省份规则`,
|
|
|
|
|
|
|
+ title: `${ownerMap.value[row.owner]?ownerMap.value[row.owner]:row.owner}`+`规则`,
|
|
|
message: row.province,
|
|
message: row.province,
|
|
|
}).then(() => {
|
|
}).then(() => {
|
|
|
// on close
|
|
// on close
|