|
@@ -160,7 +160,7 @@ import { useRouter } from 'vue-router';
|
|
|
import other from '@/utils/other';
|
|
|
// 表格配置项
|
|
|
const columns = ref<any[]>([
|
|
|
- { prop: 'provinceNo', label: '省工单编码', align: 'center', minWidth: 200 },
|
|
|
+ { prop: 'provinceNo', label: '省本地编码', align: 'center', minWidth: 200 },
|
|
|
{
|
|
|
prop: 'firstTime',
|
|
|
label: '初次推送时间',
|
|
@@ -217,7 +217,7 @@ const columns = ref<any[]>([
|
|
|
{ prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
|
|
|
]);
|
|
|
const columns1 = ref<any[]>([
|
|
|
- { prop: 'provinceNo', label: '省工单编码', align: 'center', minWidth: 200 },
|
|
|
+ { prop: 'provinceNo', label: '省本地编码', align: 'center', minWidth: 200 },
|
|
|
{
|
|
|
prop: 'expiredTime',
|
|
|
label: '期满时间',
|
|
@@ -284,7 +284,7 @@ const columns1 = ref<any[]>([
|
|
|
{ prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
|
|
|
]);
|
|
|
const columns4 = ref<any[]>([
|
|
|
- { prop: 'provinceNo', label: '省工单编码', align: 'center', minWidth: 200 },
|
|
|
+ { prop: 'provinceNo', label: '省本地编码', align: 'center', minWidth: 200 },
|
|
|
{
|
|
|
prop: 'isOverdueText',
|
|
|
label: '是否超期',
|
|
@@ -425,7 +425,7 @@ const onDetail = (row: any) => {
|
|
|
};
|
|
|
// 重推
|
|
|
const onRePush = (row: any) => {
|
|
|
- ElMessageBox.confirm(`确定重新推送省工单编码为【${row.provinceNo}】吗?`, '提示', {
|
|
|
+ ElMessageBox.confirm(`确定重新推送省本地编码为【${row.provinceNo}】吗?`, '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning',
|