|
@@ -64,7 +64,7 @@ import { useRouter } from 'vue-router';
|
|
|
const proTableRef = ref<RefType>(); // 表格ref
|
|
|
// 表格配置项
|
|
|
const columns = ref<any[]>([
|
|
|
- { prop: 'provinceNo', label: '省工单编码', align: 'center', minWidth: 200 },
|
|
|
+ { prop: 'provinceNo', label: '省本地编码', align: 'center', minWidth: 200 },
|
|
|
{
|
|
|
prop: 'firstTime',
|
|
|
label: '初次推送时间',
|