From 7ef1054cff149db6b21f8b00cd402883f6f5a843 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期五, 17 五月 2024 14:10:28 +0800
Subject: [PATCH] 增加工作招聘设置排序字段

---
 CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_jobseting/index.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_jobseting/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_jobseting/index.html
index 4ab058e..64b776c 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_jobseting/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/baifenbingfa/job_jobseting/index.html
@@ -132,6 +132,7 @@
 						    { field: 'location', title: '宸ヤ綔鍦扮偣', sort: false,width: 105 },
 						    { field: 'jobDescription', title: '宸ヤ綔鎻忚堪', sort: false },
 						    { field: 'requirements', title: '宀椾綅瑕佹眰', sort: false },
+                            { field: 'sort', title: '鎺掑簭', sort: false,width: 105 },
 						    { field: 'isEN', title: '鏄惁涓婃灦', width: 95, templet: '#switch_isEN', sort: false , unresize: true},
 						    { field: 'createTime', title: '寤虹珛鏃堕棿', width: 130, sort: false},						    
 						 

--
Gitblit v1.9.1