|
|
@@ -151,6 +151,8 @@ function initTable() {
|
|
151
|
151
|
$tableLeft.bootstrapTable('showColumn', 'CY_ZD'); //显示
|
|
152
|
152
|
$tableLeft.bootstrapTable('showColumn', 'CY_DEPT_NAME'); //显示
|
|
153
|
153
|
$tableLeft.bootstrapTable('showColumn', 'CY_DATE'); //显示
|
|
|
154
|
+ $tableLeft.bootstrapTable('showColumn', 'ZY_DAYS'); //显示
|
|
|
155
|
+ $tableLeft.bootstrapTable('showColumn', 'PA_ADDRESS'); //显示
|
|
154
|
156
|
$tableLeft.bootstrapTable('showColumn', 'ZY_DEPT_NAME'); //显示
|
|
155
|
157
|
// $tableLeft.bootstrapTable('hideColumn', 'chinic_no');//隐藏上述variablevalue列
|
|
156
|
158
|
// $tableLeft.bootstrapTable('hideColumn', 'patient_name');//隐藏上述variablevalue列
|
|
|
@@ -170,6 +172,8 @@ function initTable() {
|
|
170
|
172
|
$tableLeft.bootstrapTable('hideColumn', 'CY_DEPT_NAME'); //隐藏上述variablevalue列
|
|
171
|
173
|
$tableLeft.bootstrapTable('hideColumn', 'CY_DATE'); //隐藏上述variablevalue列
|
|
172
|
174
|
$tableLeft.bootstrapTable('hideColumn', 'ZY_DEPT_NAME'); //隐藏上述variablevalue列
|
|
|
175
|
+ $tableLeft.bootstrapTable('hideColumn', 'ZY_DAYS'); //显示
|
|
|
176
|
+ $tableLeft.bootstrapTable('hideColumn', 'PA_ADDRESS'); //显示
|
|
173
|
177
|
// $tableLeft.bootstrapTable('showColumn', 'chinic_no');// 显示
|
|
174
|
178
|
// $tableLeft.bootstrapTable('showColumn', 'patient_name');// 显示
|
|
175
|
179
|
// $tableLeft.bootstrapTable('showColumn', 'sex');// 显示
|