|
@@ -89,13 +89,13 @@ const config_1 = {
|
|
|
|
|
|
const config_2 = {
|
|
|
columns: [
|
|
|
- {
|
|
|
- prop: "on_out_month",
|
|
|
- label: "未跨月"
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: "on_out_month",
|
|
|
+ // label: "未跨月"
|
|
|
+ // },
|
|
|
{
|
|
|
prop: "out_month",
|
|
|
- label: "已跨月"
|
|
|
+ label: "是否有信息表"
|
|
|
}
|
|
|
],
|
|
|
data: [
|
|
@@ -124,13 +124,13 @@ const config_2 = {
|
|
|
|
|
|
const config_3 = {
|
|
|
columns: [
|
|
|
- {
|
|
|
- prop: "on_out_month",
|
|
|
- label: "未跨月"
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: "on_out_month",
|
|
|
+ // label: "未跨月"
|
|
|
+ // },
|
|
|
{
|
|
|
prop: "out_month",
|
|
|
- label: "已跨月"
|
|
|
+ label: "作废or红冲"
|
|
|
}
|
|
|
],
|
|
|
data: [
|
|
@@ -222,7 +222,6 @@ defineExpose({
|
|
|
|
|
|
<template>
|
|
|
<ElDialog
|
|
|
- :close-on-click-modal="false"
|
|
|
v-model="visible"
|
|
|
title="使用说明"
|
|
|
center
|
|
@@ -313,7 +312,7 @@ defineExpose({
|
|
|
v-for="col in config_2.columns"
|
|
|
:key="col.prop"
|
|
|
:prop="col.prop"
|
|
|
- :label="col.label"
|
|
|
+ label="作废or红冲"
|
|
|
>
|
|
|
<template #="{ row }">
|
|
|
<span v-if="typeof row[col.prop] === 'string'">--</span>
|