Former-commit-id: 99d5312983ea4cf312973e93015994d13c3ea19d
Former-commit-id: 0c97fe3680a48c9777685527f77a497ebb7d3b66
TSXN
wanggang 5 years ago
parent 0f9c5fa966
commit ad35020293

@ -1,5 +1,5 @@
<template>
<div v-if="nullable">
<div v-if="mode==='query'&&nullable" :title="mode">
<select class="form-control" :id="name" :name="currentName" v-model="currentValue">
<option :value="null">选择</option>
<option value="true"></option>

@ -42,8 +42,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebSPA", "WebSPA\WebSPA.csp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JobServer", "JobServer\JobServer.csproj", "{6E2766D8-9ECF-469E-8662-A20F673E52CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{8F970326-776E-4BA9-B300-AF68752AC84A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -162,18 +160,6 @@ Global
{6E2766D8-9ECF-469E-8662-A20F673E52CC}.Release|iPhone.Build.0 = Release|Any CPU
{6E2766D8-9ECF-469E-8662-A20F673E52CC}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6E2766D8-9ECF-469E-8662-A20F673E52CC}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|iPhone.Build.0 = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|Any CPU.Build.0 = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|iPhone.ActiveCfg = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|iPhone.Build.0 = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8F970326-776E-4BA9-B300-AF68752AC84A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -190,7 +176,7 @@ Global
{6E2766D8-9ECF-469E-8662-A20F673E52CC} = {E1681DC3-9AC2-4FF6-B3DE-37EF826E6F8A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B7095FB-5E70-4EF8-805A-CB4A91AE4B0A}
BuildVersion_StartDate = 2000/1/1
SolutionGuid = {0B7095FB-5E70-4EF8-805A-CB4A91AE4B0A}
EndGlobalSection
EndGlobal

Loading…
Cancel
Save