| | |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="期限" prop="timeLimit"> |
| | | <el-input |
| | | v-model="queryParams.timeLimit" |
| | | <el-form-item label="期限" prop="validityDate"> |
| | | <el-date-picker |
| | | v-model="queryParams.validityDate" |
| | | placeholder="请输入期限" |
| | | clearable |
| | | value-format="yyyy-MM-dd" |
| | | style="width: 240px" |
| | | @keyup.enter.native="handleQuery" |
| | | /> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center" width="250" class-name="small-padding fixed-width" v-if="userId != 2"> |
| | | <el-table-column fixed="right" label="操作" align="center" width="250" class-name="small-padding fixed-width" v-if="userId != 2"> |
| | | <template slot-scope="scope" v-if="scope.row.roleId !== 1"> |
| | | <div class="button-container"> |
| | | <el-button |
| | |
| | | type:undefined, |
| | | accNo:undefined, |
| | | happenTime:undefined, |
| | | timeLimit:undefined, |
| | | validityDate:undefined, |
| | | |
| | | }, |
| | | // 表单参数 |
| | |
| | | }).then(() => { |
| | | |
| | | this.getList(); |
| | | this.getList1(); |
| | | this.$modal.msgSuccess("分享成功"); |
| | | this.id1 = undefined |
| | | this.open1 = false; |
| | |
| | | /** 查看详细信息 */ |
| | | handleCheck(row){ |
| | | const id = row.id; |
| | | this.open2 = false; |
| | | this.$router.push("/self/secret/secretInfo/" + id); |
| | | }, |
| | | /** 修改按钮操作 */ |