机构加盟审核-有效结束日期改为禁用状态
This commit is contained in:
parent
65c1e66f45
commit
b8e6dbed7d
|
|
@ -180,7 +180,7 @@
|
||||||
name="endTime">
|
name="endTime">
|
||||||
<a-input v-if="formData.endTime == '9999-12-31'" :value="'长期'" allow-clear></a-input>
|
<a-input v-if="formData.endTime == '9999-12-31'" :value="'长期'" allow-clear></a-input>
|
||||||
<a-date-picker v-else v-model:value="formData.endTime" value-format="YYYY-MM-DD" style="width: 100%"
|
<a-date-picker v-else v-model:value="formData.endTime" value-format="YYYY-MM-DD" style="width: 100%"
|
||||||
allow-clear />
|
disabled allow-clear />
|
||||||
<!-- {{ formData.endTime
|
<!-- {{ formData.endTime
|
||||||
? (formData.endTime.substring(0, 10) == '9999-12-31' ? '长期' : formData.endTime.substring(0, 10))
|
? (formData.endTime.substring(0, 10) == '9999-12-31' ? '长期' : formData.endTime.substring(0, 10))
|
||||||
: "" }} -->
|
: "" }} -->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="container2">
|
<div class="container2">
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col :span="24" style="padding-top: 10px;padding-left: 30px;padding-right: 30px;">
|
<a-col :span="24" >
|
||||||
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
|
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
|
||||||
:rowClassName="setRowClassName">
|
:rowClassName="setRowClassName">
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
|
|
@ -243,7 +243,7 @@ defineExpose({
|
||||||
}
|
}
|
||||||
|
|
||||||
.antd-modal-form {
|
.antd-modal-form {
|
||||||
padding: 14px;
|
// padding: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.ant-table-cell) {
|
:deep(.ant-table-cell) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue