mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
样式优化
This commit is contained in:
@@ -2178,6 +2178,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="b_input">
|
<div class="b_input">
|
||||||
<a-input
|
<a-input
|
||||||
|
maxlength="30"
|
||||||
v-model:value="xjkkinputV1"
|
v-model:value="xjkkinputV1"
|
||||||
style="width: 440px; height: 40px; border-radius: 8px"
|
style="width: 440px; height: 40px; border-radius: 8px"
|
||||||
placeholder="请输入开课名称"
|
placeholder="请输入开课名称"
|
||||||
@@ -3350,7 +3351,7 @@ const columns6 = [
|
|||||||
title: "序号",
|
title: "序号",
|
||||||
dataIndex: "num",
|
dataIndex: "num",
|
||||||
key: "num",
|
key: "num",
|
||||||
width: "8%",
|
width: "6%",
|
||||||
align: "center",
|
align: "center",
|
||||||
customRender: ({ index }) => {
|
customRender: ({ index }) => {
|
||||||
//{ text, record, index, column }
|
//{ text, record, index, column }
|
||||||
@@ -3361,8 +3362,9 @@ const columns6 = [
|
|||||||
title: "课程名称",
|
title: "课程名称",
|
||||||
dataIndex: "organization",
|
dataIndex: "organization",
|
||||||
key: "organization",
|
key: "organization",
|
||||||
width: "10%",
|
width: "25%",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
customRender: ({ text }) => {
|
customRender: ({ text }) => {
|
||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
@@ -3371,8 +3373,9 @@ const columns6 = [
|
|||||||
title: "场地",
|
title: "场地",
|
||||||
dataIndex: "address",
|
dataIndex: "address",
|
||||||
key: "saddress",
|
key: "saddress",
|
||||||
width: "10%",
|
width: "25%",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
customRender: ({ text }) => {
|
customRender: ({ text }) => {
|
||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
@@ -3381,7 +3384,7 @@ const columns6 = [
|
|||||||
title: "开始时间",
|
title: "开始时间",
|
||||||
dataIndex: "starttime",
|
dataIndex: "starttime",
|
||||||
key: "starttime",
|
key: "starttime",
|
||||||
width: "18%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
customRender: ({ text }) => {
|
customRender: ({ text }) => {
|
||||||
return text ? getdateToTime(text * 1000) : "-";
|
return text ? getdateToTime(text * 1000) : "-";
|
||||||
@@ -3391,7 +3394,7 @@ const columns6 = [
|
|||||||
title: "创建时间",
|
title: "创建时间",
|
||||||
dataIndex: "createtime",
|
dataIndex: "createtime",
|
||||||
key: "createtime",
|
key: "createtime",
|
||||||
width: "18%",
|
width: "12%",
|
||||||
align: "center",
|
align: "center",
|
||||||
customRender: ({ text }) => {
|
customRender: ({ text }) => {
|
||||||
return text ? getdateToTime(text * 1000) : "-";
|
return text ? getdateToTime(text * 1000) : "-";
|
||||||
@@ -3399,7 +3402,7 @@ const columns6 = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
width: "30%",
|
width: "20%",
|
||||||
dataIndex: "operation",
|
dataIndex: "operation",
|
||||||
key: "operation",
|
key: "operation",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|||||||
Reference in New Issue
Block a user