From b523cf62af9369901cdeff2b2ae188a0af856558 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期五, 19 四月 2024 15:47:16 +0800
Subject: [PATCH] #
---
src/main/webapp/views/weekly/weekly.html | 6 +++---
src/main/webapp/static/js/cstmr/cstmr2.js | 4 ++--
src/main/webapp/static/js/cstmr/cstmr.js | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js
index 331055d..b8e2a92 100644
--- a/src/main/webapp/static/js/cstmr/cstmr.js
+++ b/src/main/webapp/static/js/cstmr/cstmr.js
@@ -286,10 +286,10 @@
{type: 'numbers'}
// ,{field: 'weeklyDay$', align: 'center',title: '鏄熸湡'}
,{field: 'dailyTime$',width : 120, align: 'center',title: '鏃ユ湡'}
- ,{field: 'workContent', align: 'center', title: '缁撴灉', edit:false}
+ ,{field: 'workContent', align: 'center', title: '缁撴灉璇存槑', edit:false}
// ,{field: 'workPurpose', title: '宸ヤ綔鐩殑', edit:false}
// ,{field: 'comment', title: '璇勮', edit:false}
- ,{field: 'weeklyMatter', title: '闇�鍗忓姪浜嬮」', edit:false}
+ // ,{field: 'weeklyMatter', title: '闇�鍗忓姪浜嬮」', edit:false}
// ,{field: 'dailyTime$', align: 'center',title: '鏃ユ姤鏃ユ湡'}
// ,{field: 'settleMsg', align: 'center',title: '瀹℃牳杩涘害'}
,{field: 'director$', align: 'center',title: '璐熻矗浜�'}
diff --git a/src/main/webapp/static/js/cstmr/cstmr2.js b/src/main/webapp/static/js/cstmr/cstmr2.js
index ac7d91e..641b5d2 100644
--- a/src/main/webapp/static/js/cstmr/cstmr2.js
+++ b/src/main/webapp/static/js/cstmr/cstmr2.js
@@ -299,10 +299,10 @@
{type: 'numbers'}
// ,{field: 'weeklyDay$', align: 'center',title: '鏄熸湡'}
,{field: 'dailyTime$',width : 120, align: 'center',title: '鏃ユ湡'}
- ,{field: 'workContent', align: 'center', title: '缁撴灉', edit:false}
+ ,{field: 'workContent', align: 'center', title: '缁撴灉璇存槑', edit:false}
// ,{field: 'workPurpose', title: '宸ヤ綔鐩殑', edit:false}
// ,{field: 'comment', title: '璇勮', edit:false}
- ,{field: 'weeklyMatter', title: '闇�鍗忓姪浜嬮」', edit:false}
+ // ,{field: 'weeklyMatter', title: '闇�鍗忓姪浜嬮」', edit:false}
// ,{field: 'dailyTime$', align: 'center',title: '鏃ユ姤鏃ユ湡'}
// ,{field: 'settleMsg', align: 'center',title: '瀹℃牳杩涘害'}
,{field: 'director$', align: 'center',title: '璐熻矗浜�'}
diff --git a/src/main/webapp/views/weekly/weekly.html b/src/main/webapp/views/weekly/weekly.html
index beab96a..e57c71f 100644
--- a/src/main/webapp/views/weekly/weekly.html
+++ b/src/main/webapp/views/weekly/weekly.html
@@ -177,9 +177,9 @@
</el-select>
</div>
</el-table-column>
- <el-table-column prop="workContent" label="缁撴灉" width="180">
+ <el-table-column prop="workContent" label="缁撴灉璇存槑" width="180">
<div class="item" slot-scope="scope">
- <el-input v-model="scope.row.workContent" placeholder="缁撴灉"></el-input>
+ <el-input v-model="scope.row.workContent" placeholder="缁撴灉璇存槑"></el-input>
</div>
</el-table-column>
<!-- <el-table-column prop="weeklyMatter" label="闇�鍗忓姪浜嬮」" width="120">-->
@@ -299,7 +299,7 @@
<el-table-column property="weeklyDay$" label="鏃ユ湡"></el-table-column>
<el-table-column property="cstmrId$" label="鐢叉柟鍗曚綅"></el-table-column>
<el-table-column property="dailyTime$" label="鏃ユ湡"></el-table-column>
- <el-table-column width="180" property="workContent" label="缁撴灉"></el-table-column>
+ <el-table-column width="180" property="workContent" label="缁撴灉璇存槑"></el-table-column>
<!-- <el-table-column property="weeklyMatter" label="闇�鍗忓姪浜嬮」"></el-table-column>-->
<el-table-column property="addr" label="鍦板潃"></el-table-column>
<el-table-column property="memo" label="澶囨敞"></el-table-column>
--
Gitblit v1.9.1