From b633b8048cfe9a4f4e9c25e574551cedfd1ed28f Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 03 九月 2024 14:16:45 +0800
Subject: [PATCH] #
---
src/main/webapp/views/weekly/weekly.html | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/main/webapp/views/weekly/weekly.html b/src/main/webapp/views/weekly/weekly.html
index af4c297..c81d8bd 100644
--- a/src/main/webapp/views/weekly/weekly.html
+++ b/src/main/webapp/views/weekly/weekly.html
@@ -39,7 +39,7 @@
</el-table-column>
<el-table-column prop="cstmrId" label="鐢叉柟鍗曚綅" width="180">
<div class="item" slot-scope="scope">
- <el-select v-model="scope.row.cstmrId" placeholder="鐢叉柟鍗曚綅">
+ <el-select v-model="scope.row.cstmrId" filterable placeholder="鐢叉柟鍗曚綅">
<el-option
v-for="item in options"
:key="item.value"
@@ -103,7 +103,7 @@
</el-table-column>
<el-table-column prop="cstmrId" label="鐢叉柟鍗曚綅" width="180">
<div class="item" slot-scope="scope">
- <el-select v-model="scope.row.cstmrId" placeholder="鐢叉柟鍗曚綅">
+ <el-select v-model="scope.row.cstmrId" filterable placeholder="鐢叉柟鍗曚綅">
<el-option
v-for="item in options"
:key="item.value"
@@ -118,14 +118,14 @@
<el-input v-model="scope.row.workContent" placeholder="宸ヤ綔鍐呭鍙婄洰鐨�"></el-input>
</div>
</el-table-column>
- <el-table-column prop="weeklyMatter" label="闇�鍗忓姪浜嬮」" width="120">
- <div class="item" slot-scope="scope">
- <el-input v-model="scope.row.weeklyMatter" placeholder="闇�鍗忓姪浜嬮」"></el-input>
- </div>
- </el-table-column>
<el-table-column prop="addr" label="鍦板潃" width="180">
<div class="item" slot-scope="scope">
<el-input v-model="scope.row.addr" placeholder="鍦板潃"></el-input>
+ </div>
+ </el-table-column>
+ <el-table-column prop="weeklyMatter" label="闇�鍗忓姪浜嬮」" width="120">
+ <div class="item" slot-scope="scope">
+ <el-input v-model="scope.row.weeklyMatter" placeholder="闇�鍗忓姪浜嬮」"></el-input>
</div>
</el-table-column>
<el-table-column prop="memo" label="澶囨敞" width="120">
@@ -161,7 +161,7 @@
</el-select>
</el-form-item>
<el-form-item label="鍛ㄨ鍒�" :label-width="formLabelWidth">
- <el-button type="primary" @click="addWeekPlan">娣诲姞鏃ヨ鍒�</el-button>
+ <el-button type="primary" @click="addWeekPlan">娣诲姞鏃ョ粨鏋�</el-button>
<el-table :data="weeklyFormDataReality" border style="width: 100%">
<el-table-column fixed :data="addWeekPlanData" prop="weeklyDay" label="鏄熸湡" width="150">
</el-table-column>
@@ -177,16 +177,16 @@
</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">
- <div class="item" slot-scope="scope">
- <el-input v-model="scope.row.weeklyMatter" placeholder="闇�鍗忓姪浜嬮」"></el-input>
- </div>
- </el-table-column>
+<!-- <el-table-column prop="weeklyMatter" label="闇�鍗忓姪浜嬮」" width="120">-->
+<!-- <div class="item" slot-scope="scope">-->
+<!-- <el-input v-model="scope.row.weeklyMatter" placeholder="闇�鍗忓姪浜嬮」"></el-input>-->
+<!-- </div>-->
+<!-- </el-table-column>-->
<el-table-column prop="addr" label="鍦板潃" width="180">
<div class="item" slot-scope="scope">
<el-input v-model="scope.row.addr" placeholder="鍦板潃"></el-input>
@@ -299,8 +299,8 @@
<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 property="weeklyMatter" 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>
</el-table>
--
Gitblit v1.9.1