|
@@ -278,17 +278,24 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
|
- :prop="scope.row.seq + '.describe'"
|
|
|
+ :prop="scope.row.seq + '.may'"
|
|
|
v-if=" !isCheck && scope.row.isSelection && scope.row.state !== '2'"
|
|
|
- :rules="tableFormRules.describe"
|
|
|
+ :rules="tableFormRules.may"
|
|
|
>
|
|
|
- <zj-timegran-date
|
|
|
+ <el-date-picker
|
|
|
+ value-format="yyyy-MM-dd"
|
|
|
+ type="date"
|
|
|
v-model="rightTableObj[scope.row.seq].may"
|
|
|
- @keydown.native="keyDown" :id="scope.$index + scope.column.id"
|
|
|
+ placeholder=""
|
|
|
+ style="width: 100%;"
|
|
|
+ @keydown.native="keyDown"
|
|
|
+ ></el-date-picker>
|
|
|
+ <!-- <zj-timegran-date
|
|
|
+ v
|
|
|
+ :id="scope.$index + scope.column.id"
|
|
|
style="width: 100%;"
|
|
|
:timegranId="'DAY'"
|
|
|
- :custom="1"
|
|
|
- ></zj-timegran-date>
|
|
|
+ ></zj-timegran-date> -->
|
|
|
</el-form-item>
|
|
|
<span v-else>{{scope.row.may}}</span>
|
|
|
</template>
|
|
@@ -305,7 +312,7 @@
|
|
|
<el-form-item
|
|
|
:prop="scope.row.seq + '.describe'"
|
|
|
v-if=" !isCheck && scope.row.isSelection && scope.row.state !== '2'"
|
|
|
- :rules="tableFormRules.describe"
|
|
|
+ :rules="tableFormRules.describe"
|
|
|
>
|
|
|
<el-input
|
|
|
style="width: 100%;"
|